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
Checkboxes have an indeterminate state that can be checked with .prop('indeterminate'). This should be used by the select all box when some but not all checkboxes are checked to better conform with Human Interface Guidelines (in most cases).
It gets funky pretty fast though, since you need indeterminate & checked set to show an indeterminate checkbox, but if the checkbox is checked it freaks out the rest of the code.
I'm working on a solution for myself, I'll see what I come up with.
The text was updated successfully, but these errors were encountered:
I looked at this a little bit yesterday. I'm in favor of supporting the indeterminate property - probably as an additional config option - but there are a lot of edge cases that would need to be handled correctly.
Checkboxes have an indeterminate state that can be checked with .prop('indeterminate'). This should be used by the select all box when some but not all checkboxes are checked to better conform with Human Interface Guidelines (in most cases).
It gets funky pretty fast though, since you need indeterminate & checked set to show an indeterminate checkbox, but if the checkbox is checked it freaks out the rest of the code.
I'm working on a solution for myself, I'll see what I come up with.
The text was updated successfully, but these errors were encountered: