You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same on 3.7.6. Changes of v-model:search triggered again after item selection. If use selection slot then v-model:search not triggered after selection.
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: