We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vuetify Version: 2.6.6 Vue Version: 2.6.14 Browsers: Chrome 102.0.0.0 OS: Mac OS 10.15.7
Use keyboard to navigate to disabled list item and press Enter key
disabled
Enter
Any event should not be triggered
Event is triggered
https://codepen.io/scp-nm/pen/BaYezgE
This relates to existing item #4152 that has previously been closed.
The text was updated successfully, but these errors were encountered:
fix(VListItem): dont trigger kb events for disabled item
21f736e
resolves vuetifyjs#15322
0128872
fix(VList): don't trigger keyboard events on disabled items (#15339)
817df79
resolves #15322 Co-authored-by: lampdev <[email protected]>
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 2.6.6
Vue Version: 2.6.14
Browsers: Chrome 102.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
Use keyboard to navigate to
disabled
list item and pressEnter
keyExpected Behavior
Any event should not be triggered
Actual Behavior
Event is triggered
Reproduction Link
https://codepen.io/scp-nm/pen/BaYezgE
Other comments
This relates to existing item #4152 that has previously been closed.
The text was updated successfully, but these errors were encountered: