Skip to content

Commit

Permalink
add validation on change
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsayo committed Dec 8, 2024
1 parent 96a1e47 commit 33c0245
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const EscrowForm: React.FC<EscrowFormProps> = ({
validationSchema={EscrowFormSchema}
onSubmit={handleSubmit}
validateOnMount={false}
validateOnChange={false}
validateOnChange={true}
validateOnBlur={true}
>
{(formik) => (
Expand Down

0 comments on commit 33c0245

Please sign in to comment.