You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
I've got a form with several multi-select components on it and the options for some of them are dependent on which options are selected in others. The problem I'm running into is when I check and uncheck options in the select that is depended on, the other select seems to end up in a state where some but not all options are selected, but it shows all options as selected.
I also got into similar issue for couple of minutes. But later figured out that i am only sending wrong value of selected array. Make sure you are sending values with false etc in it. It select Select All option based on following: length of option === length of selected item
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've got a form with several multi-select components on it and the options for some of them are dependent on which options are selected in others. The problem I'm running into is when I check and uncheck options in the select that is depended on, the other select seems to end up in a state where some but not all options are selected, but it shows all options as selected.
Here's a screenshot of what I mean:
![Screen Shot 2020-01-09 at 12 44 00 PM](https://user-images.githubusercontent.com/24255174/72103559-4762b080-32de-11ea-953c-95a4f9cd8fd4.png)
And the code for the form:
The text was updated successfully, but these errors were encountered: