Skip to content

Commit 8571ca3

Browse files
committed
add label
1 parent 6da3e14 commit 8571ca3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

community/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
<div id="search-field">
7878
<q-select
7979
rounded outlined
80+
label="Find skills"
8081
color="white"
8182
v-model="searchItems"
8283
use-input
@@ -89,7 +90,7 @@
8990
@filter="searchFn"
9091
@input="searchAdd"
9192
>
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"/> -->
9394
</q-select>
9495
</div>
9596

0 commit comments

Comments
 (0)