Components

InputEmail

<InputEmail onChange value disabled />

Constructor

# <InputEmail onChange value disabled />

Componente Input para los emails

PropTypes:
Name Type Required Description Default
onChange func Yes
value string No
disabled bool No
Author:
  • Braian D. Vaylet

View Source components/_molecules/Inputs/InputEmail.js, line 16

Methods

# inner handleChange() → {string}

retorno el valor ingresado en el input

View Source components/_molecules/Inputs/InputEmail.js, line 46

string

# inner handleError(valueState) → {boolean}

valido el email y su formato

Parameters:
Name Type Description
valueState string

View Source components/_molecules/Inputs/InputEmail.js, line 35

boolean