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:
- Disable or hide the "X" when the item is in the list of current values.
- Apply a different class to a disabled value so that I can style it differently.