react-selectize icon indicating copy to clipboard operation
react-selectize copied to clipboard

React wrapper around selectize

Results 2 react-selectize issues
Sort by recently updated
recently updated
newest added

I believe this might be needed at the end to allow the package to be used via NPM: ``` module.exports = ReactSelectize; ``` Without this line I get an error...

I figured things out from reading the source. One thing that was not obvious at first was that I had to supply a selectId or the error `Uncaught TypeError: Cannot...