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

[Bug Report][3.7.0] VCombobox and VAutocomplete - keyboard navigation over the items does not work properly #20850

Open
b-maslennikov opened this issue Jan 9, 2025 · 0 comments

Comments

@b-maslennikov
Copy link

Environment

Vuetify Version: 3.7.0
Last working version: 3.6.15
Vue Version: 3.5.13
Browsers: Google Chrome, Mozilla Firefox, Microsoft Edge
OS: Windows, Linux

Steps to reproduce

  1. add v-combobox or v-autocomplete with multiple and :items
  2. try to select all items one by one using keyboard keys ( (down arrow) to navigate and (space) to select)

Expected Behavior

after selecting the element should be enough to press down arrow only once to navigate to the next item
example: you need to press: ␣ ↓ ␣ ↓ ␣ to select first 3 items in the list

Actual Behavior

focused item "resets" to the first item after current item selecttion
you need to press ␣ ↓ ↓ ␣ ↓ ↓ ↓ ␣ to select first 3 items in the list

Reproduction Link

https://play.vuetifyjs.com/#...

Other comments

Probably it was broked by b9ed79d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant