srigar / multiselect-react-dropdown

React multiselect dropdown with search and various options
https://10xn41w767.codesandbox.io/
MIT License
200 stars 114 forks source link

Is there an option to disable selected options? #86

Open antoniogamizbadger opened 3 years ago

antoniogamizbadger commented 3 years ago

I mean, I do not want to use checkboxes, but I do not want them to appear in the select bar like this:

image

antoniogamizbadger commented 3 years ago

I do not see any option, but it could be added a flag to disable or enable that feautre, simply adding a check here:

https://github.com/srigar/multiselect-react-dropdown/blob/0cad1f6ca739e93e7b7a3b51e301859ad40ac106/src/multiselect/multiselect.component.js#L450

antoniogamizbadger commented 3 years ago

Or maybe add a callback to choose how to render that list.