menu icon indicating copy to clipboard operation
menu copied to clipboard

React Menu

Results 127 menu issues
Sort by recently updated
recently updated
newest added

I have created a component with horizontal mode that allow overflow menu as a second row. Is there any way we can disable overflow behaviour for this use case? I...

Im using antd latest version. ``` Roomtypes Roomtypes Offset ``` file: https://github.com/react-component/menu/blob/master/src/MenuItem.tsx `isSelected: selectedKeys.indexOf(eventKey) !== -1,` Here isSelected true for both eventKey `roomtypes` and `roomtypesOffset`

Hi, This component seems really useful, but the documentation is very scarce and it's making it hard for me to properly use it. The examples are good but missing pieces,...

Hey there, as in title for some reason expandIcon doesn't insert its contents to dom like on vertical mode. Is that intentional? I don't see anything in the docs which...

I'm using rc-menu with [rc-dropdown](https://github.com/react-component/dropdown) in electron. Is there a way to customize the selected menu item, such as the style and the selected icon.

Noted on `Safari Version 13.0.2`; if I go [here](https://menu.react-component.now.sh/?path=/story/rc-menu--antd) and tap the source tab of the StoryBook add-on I don't seem to be able to scroll the code.

I'm finding a solution to position the Sub Menus directly as a child to a certain Menu, not on a different DOM node. Any ideas ?

The classname for MenuItem is showing "undefined-item" probably because rootPrefixCls was not passed the default value "rc-menu". Kindly look into it. ![image](https://user-images.githubusercontent.com/30717323/78551926-1fc9a880-7839-11ea-90f4-bb26361a72e7.png)