Dropdown as menu item with dropdown menu that appears clicking on arrow instead of whole item #1953
Unanswered
smartm0use
asked this question in
Modules (Modal, Dropdown, Popup, Calendar, Toast, ...)
Replies: 1 comment 3 replies
-
You can use two menu items, so only the dropdown arrow is an item itself. However, to avoid the "fake" menu entry being used some little css has to be setup to ignore pointer events (you could also use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm looking for a dropdown that can show menu if users click on the arrow icon, instead of the whole element.
I need something like this:
applied to dropdown that is an item in a header menu: https://jsfiddle.net/brnet9a2/
How to have it?
Beta Was this translation helpful? Give feedback.
All reactions