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
Since we've changed the checkbox such that it relies on the native input change event rather than the click event on the component (#2539), now it can be switched only by click on the label or input while before it was clickable over the whole area.
Description
Since we've changed the checkbox such that it relies on the native input
change
event rather than theclick
event on the component (#2539), now it can be switched only by click on the label or input while before it was clickable over the whole area.Expected outcome
The whole area is clickable.
Actual outcome
Click on the corners does not trigger change.
Live Demo (optional)
Screen.Recording.2021-09-30.at.16.45.44.mov
Minimal reproducible example
Steps to reproduce
yarn debug --group checkbox
.The text was updated successfully, but these errors were encountered: