Skip to content

Commit 33ee420

Browse files
authored
Merge pull request #17 from patrickmonteiro/dev
Modifying filter on input from the set of icons selected in select.
2 parents a9ef980 + 7ef0936 commit 33ee420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/pages/IconPicker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<q-icon-picker
4343
v-model="value"
4444
:filter="value"
45-
icon-set="material-icons"
45+
:icon-set="name"
4646
:tooltips="tooltips"
4747
:dense="dense"
4848
:no-footer="noFooter"

0 commit comments

Comments
 (0)