react-select-search
react-select-search copied to clipboard
⚡️ Lightweight select component for React
Is there any way to show checkbox for each item in multi-select dropdown?
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
When click on select it opens and when to click it again it doesn't close But in storybook demos this functionality works properly Help please
react - 16 work absolute fine but react -17 search not working
In the [Single select - Search](https://react-select-search.com/?path=/story/single-select--search) example, if you type a substring of your desired option and press Enter, it closes the selector with no change in selection (still nothing...
Is it possible for the user to enter customized data? For example if they're typing and the option they're looking for is not in the selection box, then they can...
In this scenario, the SelectSearch has a `getOptions` property set. When this component flashes (i.e., it is unmounted and mounted rapidly), the following warning raises on the browser: > Warning:...
**Describe the bug** Example isn't working in a TSX file: ``` ( Not found renderer )} placeholder="Select your country" /> ``` TypeScript says that Type '() => JSX.Element' cannot be...