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] keydown event not working on v-combobox component #10240

Closed
jeff039 opened this issue Jan 16, 2020 · 0 comments · Fixed by skyYaga/skdvin-webapp#18, skyYaga/skdvin-webapp#21 or anyulled/reactivewebflux#5 · May be fixed by andrebaldo/python-vue-spa-boilerplate#3
Assignees
Labels
C: VSelect VSelect T: bug Functionality that does not work as intended/expected
Milestone

Comments

@jeff039
Copy link

jeff039 commented Jan 16, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.