react-dd-menu icon indicating copy to clipboard operation
react-dd-menu copied to clipboard

React Dropdown Menu

Results 13 react-dd-menu issues
Sort by recently updated
recently updated
newest added

I can't use `react-dd-menu` with uncontrolled state?

I can't get the align property (other than center) to function. Using either right or left option is always left aligned. Also tested with the Options example and the issue...

Is it possible to change the behavior of the "NestedDropdownMenu" so that it doesn't open on click? Thanks in advance.

I want to add a menu to a fixed header. The header CSS is basically: position: fixed; top: 0; left: 0; height: 60px; width: 100%; z-index: 2; If I try...

Would it make sense to invoke `props.close` in `componentWillUnmount`? Currently I render `x` amount of dropdowns in a component. These dropdowns' open/closed state are kept in global state. These dropdowns...

Hi, I try to use an onClick event for the menu items in my menu, but none of these events ever get fired (`console.log('You clicked an item');`) I tried the...

Can I use dataTarget to assign a unique id to each button and corresponding dropdown? or something similar?

Is there a way to display the menu when I click on the trigger, but have the top-left (or other) corner of the menu at the (x,y) position of the...

Leaving width auto, opening to the left, the DD menu content is going outside of the screen on mobile views. Is there an option to make it stop at the...

Hello, For some reason when i have a nested menu, the arrow points in the wrong direction. where is this handled in code so i can take a look at...