You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vuetify Version: 2.3.16 Vue Version: 3.0.2 Browsers: Chrome 86.0.4240.183 OS: Mac OS 10.15.7
Steps to reproduce
Select the first item in the list by clicking it. As Expected.
Open the combobox again by clicking in it and select the second item. As Expected.
Now hit the enter key, it will open the combobox. As Expected.
Hit enter again which keeps the current item selected and closes the combobox. As Expected.
Hit the enter key again how ever many times you like, the combobox does not open. Not as expected.
Click on the combobox and open the third item from the list. The combobox closes. As Expected
Hit enter. This will not open the combobox but switch your selection back to your previous selected item. Not as expected.
With enter toggle to your previous selection (second item). Open the combobox and select the fourth item in the list. Combobox closes as expected.
Keep hitting enter and you will see that it toggles between the third and the fourth item. Even though you selected the second item in the list before. REally not as expected.
I'm quite sure point eight and nine won't happen once the enter->toggle problem is fixed.
Something similar happens for v-select. Opening the select with enter only works one time. Observed in v2.2.26 and v2.3.16 in the example page https://vuetifyjs.com/en/components/selects/
Environment
Vuetify Version: 2.3.16
Vue Version: 3.0.2
Browsers: Chrome 86.0.4240.183
OS: Mac OS 10.15.7
Steps to reproduce
I'm quite sure point eight and nine won't happen once the enter->toggle problem is fixed.
You can check it in the samples as well.
https://vuetifyjs.com/en/components/combobox/#usage
Expected Behavior
Step 5
I would expect the combobox to toggle its open state on hitting the enter key.
Step 7
I expect the combobox to open when it has focus and I hit enter.
Step 9
I would expect the combobox to open when it has focus and I hit enter.
Actual Behavior
Step 5
Instead of opening the combobox it does nothing.
Step 7
Instead of opening the combobox it start toggeling between my current and previous selection.
Step 9
Instead of opening the combobox it start toggeling between my current and before previous selection.
Reproduction Link
https://codepen.io/stefanKuijers/pen/KKMxgMY
Other comments
As many users of our application use it with the keyboard these issues are pretty confusing for them.
Thank you guys so much for Vuetify. It's awesome!
The text was updated successfully, but these errors were encountered: