TextArea
Implement a HTML text area field.
Setting | Value | Description |
---|---|---|
Container | false | Accepts nested children components. |
Droppable | true | Added as a nested child component inside a container. |
Editable | false | Can be edited |
Interactive | true | Can receive events |
Property | Type | Default | Description |
---|---|---|---|
Value | General | | Value of the field |
Valid | Boolean | | Checks if the field value is valid |
Rows | Number | | Number of rows to display |
Holder Id | General | | Holder Private Id where Label component is also included |
No actions defined.
Text | Available | Description |
---|---|---|
Click | no | Can receive clicks events |
Change | yes | Can receive change events |
Last modified 1yr ago