We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da3e14 commit 8571ca3Copy full SHA for 8571ca3
1 file changed
community/index.html
@@ -77,6 +77,7 @@
77
<div id="search-field">
78
<q-select
79
rounded outlined
80
+ label="Find skills"
81
color="white"
82
v-model="searchItems"
83
use-input
@@ -89,7 +90,7 @@
89
90
@filter="searchFn"
91
@input="searchAdd"
92
>
- <q-icon name="search" @click.stop style="font-size: 24px; height: inherit"/>
93
+ <!-- <q-icon name="search" @click.stop style="font-size: 24px; height: inherit"/> -->
94
</q-select>
95
</div>
96
0 commit comments