-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
Hi! We need tooltips and clickable links within the menu item headings, can this be achieved? Something like:
<li>This menu item will give a tutorial about <a href="https://www.youtube.com" class="special" title="Click link to visit Youtube">youtube</a></li>
There might be also rich text tooltips (generated by javascript something like tipped https://github.com/staaky/tipped) so there might be also class attributes involved.
Currently the problem is that the whole menu item is rendered as a link anchor <a...> is this necessary, maybe the list item could simply have a click listener instead and it would not bubble from link within the title itself?
Metadata
Metadata
Assignees
Labels
No labels