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][3.6.11] Cannot Keydown.stop.prevent v-menu #20130

Closed
kmmerc18 opened this issue Jul 9, 2024 · 1 comment
Closed

[Bug Report][3.6.11] Cannot Keydown.stop.prevent v-menu #20130

kmmerc18 opened this issue Jul 9, 2024 · 1 comment
Assignees
Labels
C: VMenu VMenu T: enhancement Functionality that enhances existing features

Comments

@kmmerc18
Copy link

kmmerc18 commented Jul 9, 2024

Environment

Vuetify Version: 3.6.11
Vue Version: 3.4.27
Browsers: Chrome 126.0.0.0
OS: Mac OS 10.15.7

Steps to reproduce

Try to prevent a v-menu from opening when using up/down arrows while focus is on the v-menu activator

Expected Behavior

The v-menu dropdown does not open

Actual Behavior

the v-menu opens

Reproduction Link

https://play.vuetifyjs.com/#...

Other comments

I have a use case where, in a list of options, I have a button that opens up a menu. The list of options is navigated with up and down arrows. When I get to the button, I only want 'enter' to open the menu, instead I want the up and down arrows to navigate to the next or previous list option. Currently, there does not seem to be a way to force that behaviour

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VMenu VMenu T: enhancement Functionality that enhances existing features
Projects
None yet
Development

No branches or pull requests

2 participants