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

Question on Options

srconklin opened this issue · comments

This is really a nice component...
I have not been able to find a really robust filterable single select box.
Can this component be configured to turn off multi-select portion (and maybe size it to 1) so that it becomes a single select box with the filter functionality only?

Here's a quick tweak which lets you specify multiple={false} and hides the <button>:in that case:

http://bl.ocks.org/insin/985c434f8bf736dc45a1

It just doesn't seem as useful as something like react-select.

wow! thanks for that.. very nice