We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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/#...
The text was updated successfully, but these errors were encountered:
I have the same problem
Sorry, something went wrong.
If I can to help, I'm available. I need this fix for my app
No branches or pull requests
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/#...
The text was updated successfully, but these errors were encountered: