-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
supports multiselect #15
base: master
Are you sure you want to change the base?
Conversation
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 Leaving this PR open in case anybody has more to chip in. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
please check this PR, as now it supports multiselect, maybe if you release different versions