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

Non-prescriptive React.js dropdown toolkit

Results 20 react-simple-dropdown issues
Sort by recently updated
recently updated
newest added

Is possible to change the direction of the dropdown? [How Can I change direction of dropdown menu? #47](https://github.com/Fauntleroy/react-simple-dropdown/issues/47)

String Refs are deprecated in react 16.13 and the library is not working. Hence changed the string ref to callback ref.

I'm building with Create React App and React version 16.8.6. I'm trying to use Dropdown component in a function component. I get following build time error: _Element type is invalid:...

Hey. Im trying to import it to my project but I always get this error when importing on file: `Could not find a declaration file for module 'react-simple-dropdown'. ` And...

A few open Issues mention the need for Keyboard accessibility: - #54 a11y: onEnter keydown on DropdownTrigger - #44 a11y: Can't tab into DropdownTrigger Full keyboard support is a much...

Since the dropdown trigger is a link without an href, most browsers don't make it focusable, thus it's not possible to tab to the dropdown with a keyboard. This makes...

I'm using this component in with react ^16.3.1 and it works fine. However, when I embed it in an app that uses next.js, the equality check on the children fails....

Pulling the repo and doing an install, reports lots of potential vulnerabilities: > found 83 vulnerabilities (28 low, 32 moderate, 21 high, 2 critical) Also some strange entries. Not sure...

Closes #44. [Taken from WebAIM](https://webaim.org/techniques/keyboard/tabindex): >tabindex="0" allows elements besides links and form elements to receive keyboard focus. It does not change the tab order, but places the element in the...