-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Question: Disabling removal of items in multiselect #458
Comments
+1 Would be nice to render "ticks" next to each item visually signifying that multi-selection is possible, and styling the item to be ticked and greyed out when already picked. |
+1 I have a similar use case (in a certain situation, a multi select is prepopulated with 1 selected option that the user cannot remove). Did anybody find a workaround for this ? |
I've created a PR suggesting a fix. |
Is there a way to disable the removal of an individual value in multiselect mode? I have a use case where a user can select multiple things, but some items are locked in, meaning they cannot be removed from the list. I'd really need two things here:
The text was updated successfully, but these errors were encountered: