A Redux-based MultiSelect component, in ES6, with filtering
npm install redux-catalyst-multiselectA Redux-based MultiSelect component, in ES6, with filtering
MultiSelectPicker is a simple, multi-select control with search filtering, storing all its state in the Redux store.
Pass in props of availableOptions to populate the 'from' (available options) side of the multiselect, and initialOptions for the 'to' (picked options) side.
Credits: using some initial multi-select code from https://github.com/scottshid