Closed bmalen closed 1 year ago
is-disabled prop still allows selection if the user clicks the associated form input label.
is-disabled
Steps to reproduce:
<label for="foo">Foo</label> <ModelListSelect :is-disabled="true" id="foo" v-model="foo" :list="list" option-value="value" option-text="text"></ModelListSelect>
Tested in Chrome Version 98.0.4758.102 vue-search-select Version 2.9.5 Vue 2
is-disabled
prop still allows selection if the user clicks the associated form input label.Steps to reproduce:
Tested in Chrome Version 98.0.4758.102 vue-search-select Version 2.9.5 Vue 2