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
Now I use onSubmit mode, it always executes the validation when submitting. It means the form state is invalid after the first incorrect value was submitted until the user submits the correct value next time. But I hope the form is valid when the user starts to key anything, is it possible? const formContext = useForm({ defaultValues: {searchString: ""}, mode: "onSubmit", reValidateMode: "onSubmit" });
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.
-
Now I use
onSubmit
mode, it always executes the validation when submitting. It means the form state is invalid after the first incorrect value was submitted until the user submits the correct value next time. But I hope the form is valid when the user starts to key anything, is it possible?const formContext = useForm({ defaultValues: {searchString: ""}, mode: "onSubmit", reValidateMode: "onSubmit" });
Beta Was this translation helpful? Give feedback.
All reactions