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

fix: keyboard in VSelect for prop multiple is true #20475

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vikash8813
Copy link

fixes #20358

Description

This PR addresses an issue where the keyboard navigation in the v-select component was not working properly when multiple was set to true. Users were unable to use the keyboard for select any item.
please let me know if debouncing should be applied in this.

Changes Made

Remove the condition in the return statement which stops the function execution

Testing:

Verified the fix locally by passing .
All relevant tests are passing.

Recording

keyboard-multiple-select.mp4

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

Successfully merging this pull request may close these issues.

[Bug Report][3.6.7] v-select keyboard not working to find item (multiple = true)
1 participant