in vuetify2 for v-select, then I press any key it leads to first element, which starts with this letter, then changed to vuetify3 it doesn't change the focus of the list (countryCode is correctly changed based on pressed key, but focus on the list is not changed) .For example here was Yemen selected, then menu was open, I pressed A key, and it took for countryCode Afganistan, but focus still on Yemen. When I close and reopen select then focus is on Afganistan.
Expected Behavior
How to make focus change automated?
Actual Behavior
When I close and reopen select then focus is on Afganistan.
Environment
Vuetify Version: 3.3.15 Vue Version: 3.3.4 Browsers: Chrome 119.0.0.0 OS: Windows 10
Steps to reproduce
in vuetify2 for v-select, then I press any key it leads to first element, which starts with this letter, then changed to vuetify3 it doesn't change the focus of the list (countryCode is correctly changed based on pressed key, but focus on the list is not changed) .For example here was Yemen selected, then menu was open, I pressed A key, and it took for countryCode Afganistan, but focus still on Yemen. When I close and reopen select then focus is on Afganistan.
Expected Behavior
How to make focus change automated?
Actual Behavior
When I close and reopen select then focus is on Afganistan.
Reproduction Link
https://play.vuetifyjs.com/#...