react-selectize
react-selectize copied to clipboard
CommonJS Compatibility
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 with require('ReactSelectize')
.