Mixed state checkbox example does not correctly recall previous mixed state in some scenarios #486
Labels
bug
Code defects; not for inaccurate prose
Example Page
Related to a page containing an example implementation of a pattern
Feedback
Issue raised by or for collecting input from people outside APG task force
Milestone
The mixed state checkbox example does not correctly recall the last mixed state of checkboxes if the mixed state was created by changing the state of controlled checkboxes from the all checked or no checked states.
The code should record the set of checkbox states any time the master checkbox is in the mixed state, regardless of what event caused it to get to that state. Then, restore that state any time the master checkbox is in the unchecked state and it is activated to go back to the mixed state.
Example tests 1:
Example test 2:
Issue reported by @racer2207 and @annabbott in issue #471.
The text was updated successfully, but these errors were encountered: