[Bug Report][3.5.8] v-autocomplete | after selection and setting items asynchronously, menu re-opens #19346
Labels
C: VAutocomplete
VAutocomplete
C: VCombobox
VCombobox
C: VSelect
VSelect
T: bug
Functionality that does not work as intended/expected
Environment
Vuetify Version: 3.5.8
Vue Version: 3.4.21
Browsers: Chrome 122.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
Expected Behavior
Menu should stay closed after items data is updated regardless of how.
Actual Behavior
Menu will open after items data is updated.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
I added a button to show that programmatically setting items works fine, even with some delay. Also if the watcher delay is removed the menu stays closed. This affects v-select and probably v-combobox as well.
I tried the
hide-no-data
prop to see if that would help but didn't seem to have any affect, since there are items initially present it's probably not relevant.The text was updated successfully, but these errors were encountered: