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
Getting the checked value directly from `this.props.checked` was causing
an inconsistency between the expected behavior when using `checkedLink`.
This commit addresses that inconsistent behavior and adds test to check
if it is producing controlled inputs as we expect for checkbox, text and
radio types.
0 commit comments