vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.89k stars 6.97k forks source link

[Bug Report][3.3.15] V-select scroll bug (focus not changed) #18776

Closed GrinkoVeronika closed 9 months ago

GrinkoVeronika commented 11 months ago

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/#...

KaelWD commented 9 months ago

This issue is being closed as it lacks a valid minimal reproduction, please review our guidelines and open a new issue if the problem still exists.