From a7419e5e06b4effe57c1bdcf1a88d021002e58dd Mon Sep 17 00:00:00 2001 From: Justin Bennett Date: Thu, 31 Mar 2022 00:23:45 -0400 Subject: [PATCH] Prevent validation on blur --- libs/form/Form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/form/Form.tsx b/libs/form/Form.tsx index e274713df2..dd935592f4 100644 --- a/libs/form/Form.tsx +++ b/libs/form/Form.tsx @@ -72,7 +72,7 @@ export function Form({ {title} )} }> - + {(props) => ( <>