Constructor
# <InputTextArea onChange name placeholder label type isRequired value disabled />
Componente Input para para los campos tipo text o number
PropTypes:
Name | Type | Required | Description | Default |
---|---|---|---|---|
onChange |
func | Yes | ||
name |
string | Yes | ||
placeholder |
string | No | "" | |
label |
string | Yes | ||
type |
string | No | "text" | |
isRequired |
bool | No | true | |
value |
union | No | ||
disabled |
bool | No |