[Bug Report] Combobox add 2 items when pressing enter on a search item
See original GitHub issueEnvironment
Vuetify Version: 2.0.13 Vue Version: 2.6.10 Browsers: Chrome 76.0.3809.132 OS: Android 9, Windows
Steps to reproduce
- in the tags field, type
g
- press the
arrow down
to select the first optionGaming
- press
enter
Expected Behavior
1 chip is added: Gaming
Actual Behavior
2 chips are added: Gaming
and g
Reproduction Link
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:10 (7 by maintainers)
Top Results From Across the Web
Solved: Combo Box not returning all items when searching a...
I have got around this by adding rows to a collection in batches using collect. This allows the user to search and find...
Read more >c# - ComboBox: Adding Text and Value to an Item (no Binding ...
No. The item is a separate type that is only used for storing the data of the items (text, value, references to other...
Read more >Search Multiple Items Using Combo box and List box Part 1
How to Create Search Multiple Item Using Combo box and List boxMore Info at: ... .com/how-to- add -all-or-n-a-options-to- combo-box /In this ...
Read more >Microsoft Access Combo Boxes Top Six Tips and Techniques
Top Six Tips for Using Combo Boxes on Microsoft Access Forms ... Tip #2: Properly Validate the Selection; Tip #3: Select the First...
Read more >Search for issues in Jira | Jira Work Management Cloud
Optionally, filter the search results by choosing a project or issue assignee. Select an item or continue to Advanced issue search (press enter...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The workaround suggested in https://github.com/vuetifyjs/vuetify/issues/8842#issuecomment-528250028 stopped working starting for this with Vuetify 2.0.19 (2.0.18 vs 2.0.19).
The workaround still works for https://github.com/vuetifyjs/vuetify/issues/8842, but not for https://github.com/vuetifyjs/vuetify/issues/8841 anymore. The text field is still cleared, but too late, both input events already happened.
Duplicate of #6697
If you have any additional questions, please reach out to us in our Discord community.