Checkbox behavior – bug fix
-
When using the PostSnippets admin, the checkbox to check all boxes doesn’t work on an entry if the checkbox for that entry had been previously toggled.
I believe this is because the checked attribute sets the default state while the checked property sets the current state of the input. After interacting with a checkbox, the default state has been overridden.
This should be a minor change in the JS, setting the checked property within the “check all” change event.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Checkbox behavior – bug fix’ is closed to new replies.