Replies: 2 comments 2 replies
-
Hey @atenghamn, Please attach a minimal reproducible example to identify the problem easier :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes of course 😄
|
Beta Was this translation helpful? Give feedback.
2 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.
-
Probably me doing something wrong but can't figure out why my form fails to validate if I use
formState.isValid;
but validates if I validate all of fields individually?
const isValid = () => { return !( getFieldState("email").invalid || getFieldState("message").invalid || getFieldState("name").invalid || getFieldState("phoneNumber").invalid ); };
Beta Was this translation helpful? Give feedback.
All reactions