Greetings,
I'm trying to implement the menu buttons that will only expand when it's clicked and it should remain open when the mouse pointer leaves the Menu. Currently, the user has to click the menu button or the items to close the menu. Is there a way to close the menu and disable the open-on-hover behavior by clicking outside of the menu button on the page?
Here is the snippet of the code:
<Menu
openOnClick
hoverCloseDelay={100000}
>
Please help, thanks!
Jason