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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: