-
Notifications
You must be signed in to change notification settings - Fork 152
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
[Feature request] Add disabled-prop, just like value-prop and label #202
Comments
Same issue, disabled prop is not working and the only way to force multiselect as disable is adding "disabled: true" to every option |
Hi 👋 this issue has been automatically marked as |
Well, stale because no one takes care to at least give some response to this. Sweet. |
adamberecz
added a commit
that referenced
this issue
May 30, 2022
Added |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the following case : the objects in the list that is fed to the component contain a property named 'disabled' and this results in that the options in the multiselect become disabled. The thing is, that I want them to be actually enabled and just rendered differently. A workaround is to loop the objects array and change the property name, but this unnecessary overhead could be easily avoided by adding something like "disabled-prop", which works the same way as "value-prop" and "label" properties. In addition - it would be useful in the opposite cases where a list of objects comes with property that means "disabled", but is named differently.
The text was updated successfully, but these errors were encountered: