Open Drillan767 opened 4 months ago
Vuetify Version: 3.6.10 Last working version: 3.6.4 Vue Version: 3.4.30 Browsers: Firefox 126.0 OS: Linux
This is reproducible when the v-model is already pre-populated, and you simply click on the field.
This was once fixed with #19543, but the problem seems to be back again.
The v-model:search should not be altered when the autocomplete form is clicked on.
v-model:search
The current v-autocomplete selection is assigned to the v-model:search variable
https://play.vuetifyjs.com/#...
I have the same problem
If I can to help, I'm available. I need this fix for my app
Environment
Vuetify Version: 3.6.10 Last working version: 3.6.4 Vue Version: 3.4.30 Browsers: Firefox 126.0 OS: Linux
Steps to reproduce
This is reproducible when the v-model is already pre-populated, and you simply click on the field.
This was once fixed with #19543, but the problem seems to be back again.
Expected Behavior
The
v-model:search
should not be altered when the autocomplete form is clicked on.Actual Behavior
The current v-autocomplete selection is assigned to the
v-model:search
variableReproduction Link
https://play.vuetifyjs.com/#...