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
The menu.item disabled prop should still allow mouseenter/leave, while disabling click and keydown. Alternatively, allow onClick or href prop to be passed in to override the components href/onclick prop.
When using something like rc-toolip inside the MenuItem as a child component, it will not trigger due to no event bubbling from mouse events.
Thanks!
The text was updated successfully, but these errors were encountered:
The menu.item disabled prop should still allow mouseenter/leave, while disabling click and keydown. Alternatively, allow onClick or href prop to be passed in to override the components href/onclick prop.
When using something like rc-toolip inside the MenuItem as a child component, it will not trigger due to no event bubbling from mouse events.
Thanks!
The text was updated successfully, but these errors were encountered: