Having warnings in addition to errors for validation in react hook form #10299
Unanswered
MAST1999
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a validation system in my current job which is very specific and we need to show some warnings to the user that their actions might be wrong and can have unwanted side effects.
I found this comment which was really helpful. But it was using an older version of the React Hook Form so I wrote an updated version and I just wanted to share that here so if anyone else has come up with better ideas, they can share them here or maybe have an easier time by using this updated version.
Beta Was this translation helpful? Give feedback.
All reactions