You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
I want the menu to be able to close programmatically event if closeOnSelect is set to false because I want the menu to stay open for some menu items and for some menu items I want to close it.
Describe the solution you'd like
I think isOpen prop should still work when closeOnSelect is set to false
Describe alternatives you've considered
I used the document.currentElement.blur() which works in Firefox but not working in Chrome.