We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74ad671 + 5691cf6 commit 586cb00Copy full SHA for 586cb00
src/components/Select/Select.vue
@@ -18,7 +18,7 @@ Labelled(
18
select(
19
:id="`${id}`",
20
:name="name",
21
- :value="value",
+ :value="model",
22
:class="styles.Input",
23
:disabled="disabled",
24
:aria-invalid="Boolean(error)",
0 commit comments