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
fix(Checkbox): prevent onClick from being called twice (#3351)
* fix(Checkbox): Let click handler call onClick to avoid duplicate calls (#3348)
* fix(Checkbox): Fix test to call onClick from a click event (#3348)
* fix(Checkbox): Move onClick call completely to handleChange (#3348).
* fix(Checkbox): Create tests for DOM Comparisons (#3348).
* revert change
* Update Checkbox-test.js
* Update Checkbox-test.js
* Update isConformant.js
* fix(Checkbox): Fix typo in handleClick comment (#3348).
* fix(Checkbox): Add tests for controlled component with setState as function (#3348).
* fix(Checkbox): ensure onClick is called
* fix(Checkbox): Fire DOM event on controlled component tests to emulate the real behavior (#3348).
* fix(Checkbox): Completely remove click handler (#3348).
* small cleanup
0 commit comments