jest-dom
jest-dom copied to clipboard
Test for hidden value workarounds for checkbox inputs so they can sen…
What:
This PR adds a test and special case logic to handle the somewhat common case of checkboxes with hidden inputs. See the why section below for an example. We suspect this situation is not too common in React code since a lot of react code is reading checkboxes and submitting the data through XHR or some other method. But some react code will render a