Possiveis metodos para validações
This commit is contained in:
@@ -142,6 +142,8 @@ const Cadastro: React.FC = () => {
|
|||||||
type='text'
|
type='text'
|
||||||
clearInput
|
clearInput
|
||||||
onIonInput={(e: any) => setFirstName(e.target.value)}
|
onIonInput={(e: any) => setFirstName(e.target.value)}
|
||||||
|
// error={isError}
|
||||||
|
// onIonChange={(e: any) => setFirstName(e.detail.value)}
|
||||||
>
|
>
|
||||||
</IonInput>
|
</IonInput>
|
||||||
</IonItem>
|
</IonItem>
|
||||||
|
|||||||
Reference in New Issue
Block a user