Dropdown Menu Open on Hover #196
Unanswered
jeffpohlmeyer
asked this question in
Help
Replies: 2 comments 2 replies
-
This would be something I'd have to make possible from the bits-ui side as I'd have to forward the proper events to make this possible, but it'd require some custom logic on your end to make it work as expected. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just use the mouseover or mouseleave event by Vue and programmatically open the drop down menu list. Example: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the feature in detail (code, mocks, or screenshots encouraged)
Trying to port over a Vue/Vuetify-based project and one big helper would be the ability to open a menu upon hover. Looking at something like this: https://vuetifyjs.com/en/components/menus/#open-on-hover
It seems that the tooltip has open-on-hover functionality and you can have that mimic the sort of thing I'm looking for (and Melt-UI includes positioning) but I'm wondering that's the way I should be going for a hoverable menu or a Dropdown Menu would be the appropriate course of action.
What type of pull request would this be?
Enhancement
Provide relevant links or additional information.
No response
Beta Was this translation helpful? Give feedback.
All reactions