skratchdot / react-bootstrap-multiselect

A multiselect component for react (with bootstrap). This is a react port of bootstrap-multiselect.
http://projects.skratchdot.com/react-bootstrap-multiselect/
Other
119 stars 62 forks source link

React v15.5 createClass() deprecation #68

Closed audiolion closed 7 years ago

audiolion commented 7 years ago

React v15.5 is removing createClass() in favor of native es6 classes, is there any opposition to a PR to update react-bootstrap-multiselect to use es6 classes?

skratchdot commented 7 years ago

No. I'm all for it. I haven't really done much w/ this library besides pull in PRs, so I've been wanting to spend some time one weekend cleaning it up (but haven't gotten around to it).