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

Environment
Vuetify Version: 4.0.4
Vue Version: 3.5.17
OS: macOS 10.15 (current)
Steps to reproduce
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