Replies: 1 comment 7 replies
-
Please notice this @bluebill1049. Thanks. Since this is a major blocker for me right now |
Beta Was this translation helpful? Give feedback.
7 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.
-
Hi does using isValid only applicable to onChange? Does it not apply to schema that has no errors like pre populated checkbox?

Based on the screenshot I provided after clicking my radio button to Yes and the checkbox value has already been checked due to antd's default checked value, isValid does not validate the schema and giving me a false value which should be true cause i have no error.
This is the yup schema validation im using for my checkbox:
Beta Was this translation helpful? Give feedback.
All reactions