Closed
Description
openedon Sep 6, 2019
Unless we pass defaultChecked
to a checkbox, React doesn't change the checked
attribute in the DOM. This is default browser behavior. React has a related issue that's been open for years. However, changing the attribute makes it easier for Selenium testing to take place.
We should evaluate whether we want to make the attribute change in the DOM like with #2749, or revert it and instead rely on checking the value
property of the <input>
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment