-
-
Couldn't load subscription status.
- Fork 7.1k
Description
Environment
Vuetify Version: 3.7.12
Vue Version: 3.5.21
OS: Windows 10 (current)
Steps to reproduce
- click on the combobox
- start typing
Expected Behavior
Typing in the search field of the combobox should display the typed text and filter the items.
Actual Behavior
The typed keys are not shown in the combobox search field and there is also no filtering happening.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
I was searching for the cause of this issue for quite a while and I identified the exact version update when the change in behaviour occurred (from 3.7.11 to 3.7.12). My impression is that the key strokes are ocurring but the search field is cleared after every "update" for some reason. My original component was a lot more complex but I reduced it to the example given in the Playground.