-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Report] Blur event for v-combobox adds the current filter text as a new item #6697
[Bug Report] Blur event for v-combobox adds the current filter text as a new item #6697
Comments
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 Codepen: https://codepen.io/ram33/pen/NJmwJX |
This also happens with 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).
=> |
@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. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
We kindly ask users to not comment on closed/resolved issues. If you believe that this issue has not been correctly resolved, please create a new issue showing the regression. If you have any additional questions, please reach out to us in our Discord community. |
Versions and Environment
Vuetify: 1.5.4
Vue: 2.5.2
Browsers: Chrome 72.0.3626.119
OS: Windows 7
Steps to reproduce
B
B3
itemExpected Behavior
Expect the
B3
item to be added without anything else.Actual Behavior
B3
item gets added along with a new itemB
from the typed filter text.Reproduction Link
https://codepen.io/anon/pen/GemKrX
Other comments
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 whencloseOnContentClick
istrue
The text was updated successfully, but these errors were encountered: