Skip to content

Commit b9408eb

Browse files
chore: change sign up form input behavior
1 parent c10d24c commit b9408eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/forms/useSignUpForm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const useSignUpForm = ({ setIsSignUpButtonDisabled }: UseSignUpFormProps)
3131
setError: setFormError,
3232
setFocus,
3333
} = useForm<AuthRegisterLoginDto>({
34-
mode: 'onTouched',
34+
mode: 'onChange',
3535
defaultValues,
3636
})
3737

0 commit comments

Comments
 (0)