UITextarea
Create a textarea base on style guide
Since: 6.4.0 (6.3.0)
Properties
Name | Type | Default | Description |
id |
| Required - Id of the textarea | |
value |
| Required - Value for textarea | |
label |
| The text label | |
placeholder |
| Placeholder for textarea | |
size |
| Size and feeling for textarea | |
variant |
| Variant of the textarea | |
rows |
|
| Textarea rows presentation |
disabled |
|
| Wether the textarea is disabled or not |
onChange |
| Required - Callback for when the textarea value changes |
Example
Last updated