question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add hover method to show submenu

See original GitHub issue

Is 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>,

1 https://codepen.io/pen/?&editable=true&editors=101

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
neil-hsieh-twcommented, Nov 4, 2021

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/

quasar_hover_menu

0reactions
smolinaricommented, Jan 7, 2020

Closing this, as it seems the OP’s problem is solved.

Scott

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found