TextArea
TextArea description.
Props
TextArea properties
Property | Description | Type | Default | Version |
---|---|---|---|---|
disabled | Is input disabled? | boolean | false | |
helperText | Input helper text | string | - | |
label | Input label text | string | - | |
maxlength | Textarea maximum length | number | - | |
name | Input name | string | - | |
placeholder | Input placeholder text | string | - | |
required | Is input required? | boolean | false | |
resizable | Should textarea be resizable? | boolean | false | |
rows | How many rows should the text area have? | number | 4 | |
wrap | How should the text area wrap? | hard soft | hard |