You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i use onBlurAsync on a field, when I edit the field with a valid value if I click the submit button while the cursor still being on the field then the onBlurAsync will be called and the submit will not be registered :
Do you have any guidance on how to have async blur validation + submit with 1 click in this scenario ?
Also in my app form using createFormHook, useFormContext, withForm, ... I have 2 onBlurAsync called, the submit button flickering and sometimes a submit sometimes not.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If i use onBlurAsync on a field, when I edit the field with a valid value if I click the submit button while the cursor still being on the field then the onBlurAsync will be called and the submit will not be registered :
example stackblitz
Do you have any guidance on how to have async blur validation + submit with 1 click in this scenario ?
Also in my app form using createFormHook, useFormContext, withForm, ... I have 2 onBlurAsync called, the submit button flickering and sometimes a submit sometimes not.
Beta Was this translation helpful? Give feedback.
All reactions