asyncValidate is triggered twice (onSubmit also) #6033
Unanswered
krasimirkostadinov
asked this question in
General
Replies: 1 comment
-
use |
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.
-
Hi, i have form with async validation for field, triggerred onBlur. Everything is ok, but onSubmit() this validation (async API call check is triggering again). Is there a way to skip this?
In my case i have multiple step form and on every step i submit subset of form fields. In this case when async check is triggerred again, it's delaying submit and this results to "flashing" screen before continue to next step (happening onSubmit callback).
Is there way to skip running async validation check again onSubmit() ?
Beta Was this translation helpful? Give feedback.
All reactions