File tree Expand file tree Collapse file tree 4 files changed +2451
-2049
lines changed Expand file tree Collapse file tree 4 files changed +2451
-2049
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## [ v1.2.0] ( https://github.com/jakezatecky/react-dual-listbox/compare/v1.1.0...v1.2.0 ) (2017-08-12)
4+
5+ * [ #26 ] : Add support for ` filter ` and ` onFilterChange ` properties
6+
37## [ v1.1.0] ( https://github.com/jakezatecky/react-dual-listbox/compare/v1.0.1...v1.1.0 ) (2017-05-11)
48
59* [ #21 ] : Add support for ` disabled ` property
Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ <h3>Optgroup Example</h3>
4444 < h2 > Advanced Options</ h2 >
4545 < h3 > Filter Example</ h3 >
4646 < p >
47- To enable filtering, just pass in the < code > canFilter</ code > property:
47+ To enable filtering, just pass in the < code > canFilter</ code > property. You can optionally pass in
48+ < code > filter</ code > and < code > onFilterChange</ code > to control the state yourself:
4849 </ p >
4950 < div id ="filter-example "> </ div >
5051
You can’t perform that action at this time.
0 commit comments