Is it possible to show the contextMenu on left click?
I need to add icons into the menu and you can't do it in the Dropdown component
No, there's not. I floated the idea of handling the Context Menu in the same way we do Tooltips, where each component has functions like requestContextMenu
and dismissContextMenu
- but it never gained traction.
1 Like
requestContextMenu
and removeContextMenu
both exist and function similarly to how requestTooltip
and removeTooltip
behave. So I believe you could set something up to call and remove a context menu from a script called from a left mouse click