Adds support for option list attributes, like disaled
This commit is contained in:
parent
84678799fd
commit
de79e33aef
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -35,6 +35,7 @@
|
|||||||
v-for="option in optionList"
|
v-for="option in optionList"
|
||||||
:value="option.value"
|
:value="option.value"
|
||||||
:key="option.id"
|
:key="option.id"
|
||||||
|
v-bind="option.attributes || {}"
|
||||||
v-text="option.label"
|
v-text="option.label"
|
||||||
/>
|
/>
|
||||||
</select>
|
</select>
|
||||||
|
Loading…
Reference in New Issue
Block a user