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

Closed
b-maslennikov opened this issue Jan 9, 2025 · 0 comments
Assignees
Labels
C: VAutocomplete C: VCombobox T: bug Functionality that does not work as intended/expected
Milestone

Comments

@b-maslennikov
Copy link

b-maslennikov commented Jan 9, 2025

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's been broken by b9ed79d

@KaelWD KaelWD added T: bug Functionality that does not work as intended/expected C: VCombobox C: VAutocomplete labels Jan 15, 2025
@KaelWD KaelWD added this to the v3.7.x milestone Jan 15, 2025
@KaelWD KaelWD self-assigned this Jan 15, 2025
@KaelWD KaelWD closed this as completed in d609024 Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VAutocomplete C: VCombobox T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

No branches or pull requests

2 participants