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
I have a signin form, with email & password fields, and the email field is auto-focused.
There's also a "forgot password" link the redirect user to another form.
I'm using zod and onBlur to check if the inputs are ok:
Since the mode is onBlur and the email field is auto-focused,
if I click away and leave the email empty, the check was triggered, and says invalid email.
How to skip check on this not dirty (or not touched? I'm not sure) and empty email field?
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.
-
I have a signin form, with email & password fields, and the email field is auto-focused.
There's also a "forgot password" link the redirect user to another form.
I'm using
zod
andonBlur
to check if the inputs are ok:Since the
mode
isonBlur
and the email field is auto-focused,if I click away and leave the email empty, the check was triggered, and says invalid email.
How to skip check on this not dirty (or not touched? I'm not sure) and empty email field?
Beta Was this translation helpful? Give feedback.
All reactions