vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.62k stars 6.95k forks source link

[Bug Report][3.6.10] AutoComplete @update:search triggered on click #20062

Open Drillan767 opened 2 months ago

Drillan767 commented 2 months ago

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 variable

Reproduction Link

https://play.vuetifyjs.com/#...

elyohan14 commented 1 month ago

I have the same problem

elyohan14 commented 1 month ago

If I can to help, I'm available. I need this fix for my app