react-fuzzy-search
react-fuzzy-search copied to clipboard
supports multiselect
please check this PR, as now it supports multiselect, maybe if you release different versions
multi select should be optional. It should default to single select. Also in that case test is required.
Sure it should, maybe add boolean prop "multi", do you care to do it?
I won't be able to do it now due to work. Will do once I have time. You can actually use react-select for that use case.
React-select does not support fuzzy search , i need this functionality
@PatrickDesign can you please check if this is still relevant ?
@ritz078 Having looked at the code, I believe a multi-select could be built around our component (although the dropdown would close on each selection). Maybe the problem could be solved in a simpler way, i.e. a shouldStayOpenOnSelection
prop.
Leaving this PR open in case anybody has more to chip in.