Vuetify: [Bug Report] Can't select an item in combobox when pressing enter

Created on 29 Jul 2019  路  6Comments  路  Source: vuetifyjs/vuetify

Environment

Vuetify Version: 2.0.2
Vue Version: 2.6.10
Browsers: Firefox 68.0
OS: Windows 10

Steps to reproduce

Select an option from the item list using arrow keys and press ENTER

Expected Behavior

The item gets selected and displayed in the combobox and menu closes.

Actual Behavior

The menu closes without changing the value/displaying the item

Reproduction Link

https://codepen.io/TuruMan/pen/jgyRLy

Other comments

This exact behaviour works with the v-autocomplete just fine. It even works with the combobox when using chips

VCombobox high bug regression

Most helpful comment

This seems to be fixed. On the current latest version (2.1.4) I cannot reproduce it inside my own app or in the Codepen provided in the OP. @zbyju Can you confirm?

All 6 comments

https://codepen.io/hyvyys/pen/gVRgRx Actually this doesn't quite work with v-autocomplete, the value is changed but then reverted to what is typed.

https://codepen.io/TuruMan/pen/aeybXO So what I meant with the comment is that selecting the item from the dropdown is broken only for v-combobox. Works fine with v-autocomplete and even with v-combobox when it's using chips.

I have a codepen https://codepen.io/goeh/pen/bXrBMe that's more complicated, I will verify with that once this issue is fixed.

This is a major regression that broke large parts of our app. Hope it gets fixed soon!

This seems to be fixed. On the current latest version (2.1.4) I cannot reproduce it inside my own app or in the Codepen provided in the OP. @zbyju Can you confirm?

Was this page helpful?
0 / 5 - 0 ratings