Components

Select

<Select isRequired label placeholder name value data onChange />

Constructor

# <Select isRequired label placeholder name value data onChange />

Componente select con FormControl

PropTypes:
Name Type Required Description Default
isRequired bool No true
label string No
placeholder string No
name string No
value string No
data array Yes
onChange func Yes
Author:
  • Braian D. Vaylet

View Source components/_molecules/Select/index.js, line 14

Methods

# inner handleChange() → {string}

retorno el valor ingresado en el input

View Source components/_molecules/Select/index.js, line 35

string