vue-search-select
vue-search-select copied to clipboard
is-disabled prop does not work properly
is-disabled prop still allows selection if the user clicks the associated form input label.
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>
- Click the label
- Press down arrow on the keyboard to highlight the desired item
- Press Enter
Tested in Chrome Version 98.0.4758.102 vue-search-select Version 2.9.5 Vue 2