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.1.9 Vue Version: 2.6.10 Browsers: Chrome 79.0.3945.117 OS: Mac OS 10.15.2
Steps to reproduce
Focus the combobox and press the key "ENTER"
Expected Behavior
Two alerts have to be shown, the first with the message 'KEY DOWN EVENT WITH ENTER KEY!' and the second with the message 'KEY UP EVENT WITH ENTER KEY!'.
Actual Behavior
Only the alert with message 'KEY UP EVENT WITH ENTER KEY!' is shown.
Environment
Vuetify Version: 2.1.9
Vue Version: 2.6.10
Browsers: Chrome 79.0.3945.117
OS: Mac OS 10.15.2
Steps to reproduce
Focus the combobox and press the key "ENTER"
Expected Behavior
Two alerts have to be shown, the first with the message 'KEY DOWN EVENT WITH ENTER KEY!' and the second with the message 'KEY UP EVENT WITH ENTER KEY!'.
Actual Behavior
Only the alert with message 'KEY UP EVENT WITH ENTER KEY!' is shown.
Reproduction Link
https://codepen.io/jofreorus/pen/KKwBGeQ
The text was updated successfully, but these errors were encountered: