Constructor
# <CustomInput onChange value name type placeholder disabled />
Componente input
PropTypes:
Name | Type | Required | Description | Default |
---|---|---|---|---|
onChange |
func | Yes | ||
value |
union | No | ||
name |
string | Yes | ||
type |
enum | No | "text" | |
placeholder |
string | No | "" | |
disabled |
bool | No | false |