react-selectize
react-selectize copied to clipboard
Add some docs!
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 read property 'selectize' of undefined
would be thrown. It would definitely be helpful to others to add some brief documentation.
+1 Example for use with JSON API would be helpful, as well.