react-filtered-multiselect
Advanced tools
Changelog
0.3.2 / 2015-03-11
Re-bundled with latest Browserify (9.x) and React (0.13.x), but still compatible with React 0.12.x.
Changelog
0.3.1 / 2015-01-13
Added: new buttonActive
property for the classNames
prop - this will be
used when one or more options are selected, otherwise button
will be used.
Changed: classNames
prop no longer has to provide all properties - defaults
will be used where not provided.
Changelog
0.3.0 / 2015-01-01
Added: double-clicking now adds the selected option to the selection.
Changelog
0.2.0 / 2014-12-06
Breaking: If you want selected options to no longer appear in the select,
you now must either pass them back to FilteredMultiSelect
via its
selectedOptions
prop or manually remove them from list that gets passed as its
options
prop.
Fixed: FilteredMultiSelect
will now re-render if its options
prop is
replaced with another object, or options.length
changes.
Removed React from package.json dependencies
- it's now only in
peerDependencies
.