insin / react-filtered-multiselect

Filtered multi-select React component

Home Page:http://insin.github.io/react-filtered-multiselect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated class creation

jarekwg opened this issue · comments

React.createClass is deprecated

Should be using class FilteredMultiSelect extends React.Component { instead.

I'm happy to submit a PR if this package is still being maintained. @insin you around?

Sure, a PR would be most welcome.

Wow it looks like this used the first ever version of nwb and it has * as the version number, so building it will be more work than the PR 😹

Released in v0.5.0

Awesome, thanks for the prompt update! :)