menu icon indicating copy to clipboard operation
menu copied to clipboard

menu.item disabled prop should still allow mouseenter/leave

Open bay-jacewhitten opened this issue 4 years ago • 0 comments

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!

bay-jacewhitten avatar Feb 04 '22 19:02 bay-jacewhitten