-
Notifications
You must be signed in to change notification settings - Fork 63
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
Get disabled options #200
Comments
@squareclouds May I know why do you want to get disabled values? |
@sa-si-dev of course. i was creating a sync logic between virtual-selects. so if you select something in one of them, you disable that one option in the other ones. its been a couple of days to give you a more detailed info, but that was the core idea of it. and since i dont create the options via JS but directly as HTML (PHP) and only initialize the selects via JS it would be easier to know which values are disabled in each one of them. |
@squareclouds thanks for the explanation. I will add a method to get disabled options. |
@squareclouds this feature has been implemented in the release v1.0.36 Use getDisabledOptions() method |
perfect, thank you for this |
hello and thanks for this really cool tool. somehow the functionality to retrieve the disabled values is missing, though, and i cant find a workaorund. is there an easy way to get to the variable?
The text was updated successfully, but these errors were encountered: