We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
need to disable a few options of a filteredList and still need them to be listed in the dropdown (like crossed out).
I tried with:
[ { "value": "1", "label": "de-AT", "disabled": false }, { "value": "2", "label": "de-CH", "disabled": false }, { "value": "3, "label": "en-GB", "disabled": false }, { "value": "4", "label": "en-CA", "disabled": false }, { "value": "5", "label": "de-DE", "disabled": true }, { "value": "6", "label": "en-US", "disabled": false } ]
as options, but this doesn't really do anything.
Is there a possibility to achieve this or is your multiselect designed to display only choosable options?
The text was updated successfully, but these errors were encountered:
This will be available in the next minor release. Hopefully in a couple of days.
Sorry, something went wrong.
Now this should work in latest release 1.2.0.
1.2.0
No branches or pull requests
Hi,
need to disable a few options of a filteredList and still need them to be listed in the dropdown (like crossed out).
I tried with:
as options, but this doesn't really do anything.
Is there a possibility to achieve this or is your multiselect designed to display only choosable options?
The text was updated successfully, but these errors were encountered: