Vuetify: 1.5.4
Vue: 2.5.2
Browsers: Chrome 72.0.3626.119
OS: Windows 7
BB3 itemExpect the B3 item to be added without anything else.
B3 item gets added along with a new item B from the typed filter text.
https://codepen.io/anon/pen/GemKrX
This is specifically a problem when menu-props="{ closeOnContentClick: true }". Some UX rationale comes from issue !5926 but I don't think this UX rationale applies when closeOnContentClick is true
I'd be interested in making a PR for this, mostly looking for discussion and direction about how we can approach this.
@GarrettGeorge As a workaround you can try closing menu manually instead of using menu prop by setting component's isMenuActive = false
Codepen: https://codepen.io/ram33/pen/NJmwJX
This also happens with menu-props="{ closeOnContentClick: false }", so I don't think that's related.
Similarly, if I click away it auto-submits the entry even if I have not clicked the item (or submit the form).
The current version 2.1.2 also seems to be affected. You can reproduce it by going to the vuetify documentation (https://vuetifyjs.com/en/components/combobox -> examples -> multiple combobox).
d into the fieldDesign=> Design and d will be added to the selected items.
@johnleider I've just installed the latest version of vuetify 2.2.17. But I still have the issue as described here. On the documentation the bug is reproductible as well (https://vuetifyjs.com/en/components/combobox -> examples -> multiple combobox).
@johnleider why was this issue closed? The bug is still present in Vuetify's docs as of v2.3.10, as described in previous comments.
...