-
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Open
Labels
C: VAutocompleteT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expecteda11yAccessibility issueAccessibility issue
Description
Environment
Vuetify Version: 4.0.4
Vue Version: 3.5.17
OS: macOS 10.15 (current)
Steps to reproduce
- Create a VAutocomplete with lots of items (e.g. 100)
- Click on it for the menu to open
- Press arrow-up
Expected Behavior
Using the arrow keys navigates through all the items. Pressing arrow-up on the top item should go to the last item. Pressing arrow-down on the last item should go to the top item.
Actual Behavior
The list that is used for keyboard navigation seems to be only a subset of the items. Pressing arrow-up right after opening the list with 100 items goes to item 50 instead of item 100. This subset seems to move depending on what you do. I have witnessed it jumping back up even without reaching the last item and vice-versa.
Reproduction Link
https://play.vuetifyjs.com/#...
Images
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C: VAutocompleteT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expecteda11yAccessibility issueAccessibility issue