Replies: 2 comments 1 reply
-
You can wrap form.validate in setTimeout to wait for react state change. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Did you solve this? I have the same issue |
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
-
In code below I'm trying to validate form right after values are set.
Form data is fetched from backend and needs to be validated in case of invalid values.
But it not work as I expect. Title field is filled but showing error (see screen below)
How to properly validate form after values are set? Or maybe I'm doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions