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 was archived by the owner on Jan 13, 2025. It is now read-only.
Bug report
Steps to reproduce
Actual behavior
Notice that checkbox does not trigger change event (Which is indented behaviour of native checkbox input as per IE).
Expected behavior
Checkbox should trigger change event when changed for indeterminate to checked / unchecked to be consistent with other browsers.
Your Environment:
Additional context
See this response on https://stackoverflow.com/a/33529024 for more details on native input checkbox behaviour on IE.