We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd038f commit c744cb6Copy full SHA for c744cb6
ui/playground/src/pages/form/select-part-7-text.vue
@@ -23,7 +23,7 @@
23
fill-input
24
hide-selected
25
@filter="filterOptions"
26
- @update:model-value-value="val => { model = val }"
+ @update:model-value="val => { model = val }"
27
>
28
<template v-slot:no-option>
29
<q-item>
0 commit comments