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)} >