Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is-disabled prop does not work properly #160

Closed
bmalen opened this issue Feb 25, 2022 · 0 comments
Closed

is-disabled prop does not work properly #160

bmalen opened this issue Feb 25, 2022 · 0 comments

Comments

@bmalen
Copy link

bmalen commented Feb 25, 2022

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

qburst-harikrishnanp added a commit to qburst/vue-search-select that referenced this issue Jan 18, 2023
Fix "isDisabled" prop not working correctly
moreta added a commit that referenced this issue Jan 18, 2023
Fix: is-disabled prop does not work properly #160
@moreta moreta closed this as completed Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants