react-select-search
React powered select box with filter.
Warning
Until the 1.0.0 release, this react component is considered not to be production ready. It will most likely work for you but it's lacking tests and testing. I'm trying my hardest to get enough time to work on this and test it. Any and all help is much appreciated in forms of both testing and code contributions.
Known issues
- Weird tab behaviour in some places in Safari
How to use
Install it with npm (npm install react-select-search --save
) and import it like you normally would.
Below is a full list of properties and defaults (displayed in React style).
The height property is the minimum height (max is the remaining space below the selectbox down to the browser window end) of the dropdown if multiple is false, otherwise it's the fixed height.
For examples you can take a look at the bootstrap.js file on the gh-pages branch.
You will also need some CSS to make it look right. Example theme can be found in style.css