C: VAutocompleteT: buggood first issue
Description
Environment
Vuetify Version: 3.10.7 Vue Version: 3.5.21 OS: macOS 10.15.7 (current)
Steps to reproduce
- Open the repro and inspect DOM to see that input value is empty
Expected Behavior
When I have an autocomplete component with items and a default value with v-model or :model-value I would expect component's input value to be populized. It used to be like that in Vuetify 2.* and we had lots of Cypress tests counting on that the input's value is filled.
Actual Behavior
Input's value is empty until you click/interact with the component. It's also cleared after selection or blur.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Is this intentional change?