Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Custom Filtering in Select/MultiSelect

Compare
Choose a tag to compare
@AlecAivazis AlecAivazis released this 13 Jan 06:29
· 127 commits to master since this release
allow custom filtering behavior for Select and MultiSelect (#171)

* Add capability to provide a filter function to filter options.

* Extract DefaultFilterFn to new file.

* Implement custom filter for multiselect as well.

* Add tests.

* Add documentation on custom filtering.

* Improve documentation.