react-dropdown
react-dropdown copied to clipboard
React Dropdown component
I'm having a CSS problem. I'm styling the component in scss and in localhost it's working fine, but after the build the component breaks, losing all styling
Has anyone else seen this break with React 17? It seems to be opening and closing right away without visibly even opening. Not too sure why that is currently.
Is there a way I can make it so instead of clicking on the trigger to make the dropdown appear, you hover over the trigger? I have tried this with...
Steps to reproduce: 1. Have the following JSX: ``` { }}> link link ``` 2. Interact with the dropdown in the UI 3. See the following warning: ``` Warning: findDOMNode...
Toggle or Menu components of this dropdown are not accessible from the keyboard.
Hey, The dropdown menu is working great but I'm struggling to change the menu item to a anchor. I've changed the element like in the example: ``` Button Label ```...
**Problem** I want to open the dropdown menu by default downwards and only if the dropdown menu list will be at the end of the page (it will be cut...
is it possible to make the multi level dropdown expand to the left instead of the right?
It doesn't seem like there's a way to make a selection using your keyboard. For example: 1. Use `Tab` to focus dropdown button 1. Use `Space` to open the dropdown...
I have a multi-level dropdown via nested MenuItems, and if I have a MenuItem which has sub-MenuItems and I click on it, I would rather it didn't close the entire...