You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
add v-combobox or v-autocomplete with multiple and :items
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
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
v-combobox
orv-autocomplete
withmultiple
and:items
↓
(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 listActual Behavior
focused item "resets" to the first item after current item selecttion
you need to press
␣ ↓ ↓ ␣ ↓ ↓ ↓ ␣
to select first 3 items in the listReproduction Link
https://play.vuetifyjs.com/#...
Other comments
Probably it was broked by b9ed79d
The text was updated successfully, but these errors were encountered: