Possiveis metodos para validações
This commit is contained in:
@@ -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)}
|
||||
>
|
||||
</IonInput>
|
||||
</IonItem>
|
||||
|
||||
Reference in New Issue
Block a user