Replies: 1 comment
-
Here I was thinking i was crazy. Facing the same thing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I noticed that when toggling a checkbox in a browser on MacOS the "touched" flag doesn't seem to change. This issue was previously reported for Safari here #2084, but it seems to be happening for others browsers on MacOS as well now. According to this issue whatwg/html#4356 the blur event used to work correctly in Firefox on MacOs for checkboxes, but that seems to have changed.
I wonder if there is a good way to still set the touched flag when toggling a checkbox?
Thanks
Test repo: https://github.com/maurer2/rhf-output-schema
Simplified form markup
Screenshots
Default state
After toggling the checkbox
After toggling the checkbox again
Beta Was this translation helpful? Give feedback.
All reactions