TextInput
Overview
When to use
This component is meant to be a regular text input field.
When to consider an alternative
t.b.d.
Component
Default
Disabled
Properties
Default
| Property | Type | Required | Default |
|---|---|---|---|
| utilClassNames | String | false | - |
| placeholder | String | false | - |
| type | String | false | text |
| disabled | Bool | false | - |
| onChange | Func | false | - |
| value | String | false | - |
| defaultValue | String | false | - |