-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Closed
Copy link
Labels
C: VAutocompleteT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expectedhas workaround
Milestone
Description
Environment
Vuetify Version: 3.7.4
Vue Version: 3.5.13
Browsers: Chrome 131.0.0.0
OS: Windows 10
Steps to reproduce
Select a value in the autocomplete
Reset the value by updating the model in code (dont click the clear action)
Expected Behavior
The autocomplete shows placeholder text
The autocomplete shows no clear icon, cause we have no value selected!
Actual Behavior
The autocomplete shows as empty
The autocomplete shows a clear icon on hover
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
some workaround i found is to set the current selected value used for v-model also as key for the combobox, which will make vue rerender it ony every selection change :(
LeBenLeBen
Metadata
Metadata
Assignees
Labels
C: VAutocompleteT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expectedhas workaround