InputField
InputField description.
Props
InputField properties
Property | Description | Type | Default | Version |
---|---|---|---|---|
helperText | Input helper text | string | - | |
inline | Should input be inline? | boolean | false | |
label | Input label text | string | - | |
name | Input name | string | - | |
placeholder | Input placeholder text | string | - | |
required | Is input required? | boolean | false | |
type | What input type is it? | number text email password | text |