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 Mar 4, 2020. It is now read-only.
Basic menu that is similar to Menu as a Toolbar usage
Problem description
Whenever an item is clicked, it set it's state to active. Due to which I am unable to use them as normal buttons. If I set currentActiveIndex = -1 then I am unable to open submenu.
Proposed solution
A prop can be passed which makes them behave as a button and whenever it is clicked, it's active state is removed.
The text was updated successfully, but these errors were encountered:
Feature Request
Basic menu that is similar to Menu as a Toolbar usage
Problem description
Whenever an item is clicked, it set it's state to active. Due to which I am unable to use them as normal buttons. If I set currentActiveIndex = -1 then I am unable to open submenu.
Proposed solution
A prop can be passed which makes them behave as a button and whenever it is clicked, it's active state is removed.
The text was updated successfully, but these errors were encountered: