From 33c0245366a4ca3c996bf7fd8722b165fc176038 Mon Sep 17 00:00:00 2001 From: Sayo <82053242+wtfsayo@users.noreply.github.com> Date: Sun, 8 Dec 2024 19:57:29 +0530 Subject: [PATCH] add validation on change --- .../components/TransactionForm/Escrow/EscrowForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/modules/create-proposal/components/TransactionForm/Escrow/EscrowForm.tsx b/apps/web/src/modules/create-proposal/components/TransactionForm/Escrow/EscrowForm.tsx index 528dc638..671aecc4 100644 --- a/apps/web/src/modules/create-proposal/components/TransactionForm/Escrow/EscrowForm.tsx +++ b/apps/web/src/modules/create-proposal/components/TransactionForm/Escrow/EscrowForm.tsx @@ -164,7 +164,7 @@ const EscrowForm: React.FC = ({ validationSchema={EscrowFormSchema} onSubmit={handleSubmit} validateOnMount={false} - validateOnChange={false} + validateOnChange={true} validateOnBlur={true} > {(formik) => (