react-multilevel-dropdown icon indicating copy to clipboard operation
react-multilevel-dropdown copied to clipboard

React multilevel dropdown component

Results 5 react-multilevel-dropdown issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/50040527/209284684-1ecf0b1a-716c-42cf-80d9-34c9ee221afd.png) When used with nextjs, it gives this error

### How To Reproduce Try the storybook demo: https://kontentino.github.io/react-multilevel-dropdown/?path=/story/dropdown--default Open up the dev tools console, and set this style on the `ul` element: ``` max-height: 90px; overflow-y: auto; ``` Now...

``` {Object.keys(_g_lineage_tree).map(parent_lh=> console.log(parent_lh)}> {parent_lh} {_g_lineage_tree[parent_lh].map(child_lh=> console.log(child_lh)}> {child_lh} )} )} ``` `_g_lineage_tree` is a JSON object containing the menu and sub-menu names. When I click on a sub-menu item it triggers...

How to close the menu if an item is clicked?