Vuetify Version: 2.2.12
Vue Version: 2.6.10
Browsers: Chrome 80.0.3987.100
OS: Windows 10
The item is selected and the v-model is set to the selected item.
The item is selected, but the next autocomplete is then focused
https://codesandbox.io/s/vuetify-template-gmozt
I have included a potential work around to the problem inside the code sandbox in the mounted hook of the AutoCompleteExample component. Essentially setting the hasFocused and menuIsBooted in the AutoComplete and isBooted in the menu component to true inside mounted lifecycle hook. Uncommenting this fix will make the component work as expected.
Update:
When playing around with this more. I found changing the attributes on v-autocomplete are not needed, just changing menu.IsBooted to true fixes the issue.
Workaround: <v-autocomplete menu-props="eager"
Most helpful comment
Workaround:
<v-autocomplete menu-props="eager"