Add hover method to show submenu
See original GitHub issueIs your feature request related to a problem? Please describe. Submenu can only become visible at click, if we can hover show, it would be much easier.
Describe the solution you’d like
maybe add hoverable props, <q-item clickable hoverable>,
https://codepen.io/pen/?&editable=true&editors=101
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How to open submenu on hover of main menu? - Stack Overflow
I have made menu with all effect. I want to open submenu on hover of menu item, but it's not opening; it shows...
Read more >Show Hide Dropdown Menu on Mouse Hover Using CSS
Answer: Use the CSS :hover pseudo-class. If you simply want to show and hide dropdown menu on mouse hover you don't need any...
Read more >CIS295 Demo - Create a Nav Menu with Submenu on Hover
We're working on part 1 of a quiz in which students will be challenged to mimic a website's nav menu with a simple...
Read more >How To Create a Hoverable Dropdown Menu - W3Schools
The :hover selector is used to show the dropdown menu when the user moves the mouse over the dropdown button. Right-aligned dropdown. Example....
Read more >Submenu open on Hover using Navigation ... - OutSystems
var subMenu = document.getElementById($parameters.SubMenuId); subMenu.addEventListener('mouseover', function (e) { e.target.closest('.submenu').
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I had made one. I think it’s a little complicated. By the way, what I design just only have three submenus. Cause it’s enough for my project. Hope it could help some one. https://jsfiddle.net/ph822720355/4dbfqLjc/
Closing this, as it seems the OP’s problem is solved.
Scott