question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug Report] Combobox add 2 items when pressing enter on a search item

See original GitHub issue

Environment

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 option Gaming
  • press enter

Expected Behavior

1 chip is added: Gaming

Actual Behavior

2 chips are added: Gaming and g

Reproduction Link

https://codepen.io/gotson/pen/GRKOoeb

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:5
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
Nico264commented, Oct 19, 2019

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.

0reactions
johnleidercommented, Jan 16, 2020

Duplicate of #6697

If you have any additional questions, please reach out to us in our Discord community.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found