From 513faa6470c0d48da3d6aa72a3beec90e23df3b4 Mon Sep 17 00:00:00 2001 From: Hugo Falcao Date: Mon, 18 Apr 2022 23:03:41 -0300 Subject: [PATCH] =?UTF-8?q?Possiveis=20metodos=20para=20valida=C3=A7=C3=B5?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Cadastro.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/Cadastro.tsx b/src/pages/Cadastro.tsx index 653280b..b76dd9f 100644 --- a/src/pages/Cadastro.tsx +++ b/src/pages/Cadastro.tsx @@ -142,6 +142,8 @@ const Cadastro: React.FC = () => { type='text' clearInput onIonInput={(e: any) => setFirstName(e.target.value)} + // error={isError} + // onIonChange={(e: any) => setFirstName(e.detail.value)} >