Skip to content
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] Combobox with chip & multiple & hide-selected has bug on select in v-menu with enter key #9095

Closed
florealcab opened this issue Sep 25, 2019 · 2 comments

Comments

@florealcab
Copy link
Contributor

Environment

Vuetify Version: 2.0.19
Vue Version: 2.6.10
Browsers: Chromium 76.0.3809.100
OS: Ubuntu undefined

Steps to reproduce

Define a v-combobox like this:

<v-combobox
         :items="['Test', 'Value1', 'Value2']"
         multiple
         hide-selected
         chips
         deletable-chips
         autofocus
         label=""
>
</v-combobox>

Important: add chip, multiple and hide-selected options

Expected Behavior

Start writing "Va", and use keyboard arrows to highlight the value "Value1". Select the value with the "enter" key. "Value1" chip is added to the selection, and only this.

Actual Behavior

There is another chip "Va" which is added to the selection.

Reproduction Link

https://codepen.io/florealc/pen/VwZRXwg

@ghost ghost added the S: triage label Sep 25, 2019
@MajesticPotatoe
Copy link
Member

Duplicate #8841

@florealcab
Copy link
Contributor Author

Thank you, the workaround solves my problem :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants