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
Implemented on branch, currently there's a bug when all checkboxes are selected and you deselect two and then click the parent checkbox again, one of the deselected checkboxes doesn't change appearance (but its value still gets properly added to the values array).
Implemented on branch, currently there's a bug when all checkboxes are selected and you deselect two and then click the parent checkbox again, one of the deselected checkboxes doesn't change appearance (but its value still gets properly added to the values array).
Resolved issue, branch should now be ready for review.
When we have a parent checkbox with children, the parent checkbox should display as indeterminate if not all children have the same state.
Example from IntelliJ:
The text was updated successfully, but these errors were encountered: