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.3.21 Vue Version: 2.6.12 Browsers: Chrome 87.0.4280.141 OS: Windows 10
disable-keys says that "Removes all keyboard interaction", I would expect the menu to remain visible after tapping ESC
The menu hides
https://codepen.io/mattnathan/pen/jOMRLvv
You can work around this by capturing the ESC keydown event and stopPropagation on it, but disable-keys should work
The text was updated successfully, but these errors were encountered:
fix(vmenu): ignore key presses when disable-keys is true
01c7ea5
closes vuetifyjs#12998
This issue is being closed due to inactivity.
If you have any additional questions, please reach out to us in our [Discord community](https://community.vuetifyjs.com/).
@johnleider if happy, please also close related PR #16464
Sorry, something went wrong.
The PR is simple enough that we can keep them both open.
fix(VMenu): ignore key presses when disable-keys is true (#16464)
4cfbdfe
fixes #12998
922e05a
johnleider
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 2.3.21
Vue Version: 2.6.12
Browsers: Chrome 87.0.4280.141
OS: Windows 10
Steps to reproduce
Expected Behavior
disable-keys says that "Removes all keyboard interaction", I would expect the menu to remain visible after tapping ESC
Actual Behavior
The menu hides
Reproduction Link
https://codepen.io/mattnathan/pen/jOMRLvv
Other comments
You can work around this by capturing the ESC keydown event and stopPropagation on it, but disable-keys should work
The text was updated successfully, but these errors were encountered: