vue-search-select icon indicating copy to clipboard operation
vue-search-select copied to clipboard

is-disabled prop does not work properly

Open bmalen opened this issue 3 years ago • 0 comments

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>
  1. Click the label
  2. Press down arrow on the keyboard to highlight the desired item
  3. Press Enter

Tested in Chrome Version 98.0.4758.102 vue-search-select Version 2.9.5 Vue 2

bmalen avatar Feb 25 '22 01:02 bmalen