TextArea
Implement a HTML text area field.
Settings
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 |
Properties
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 |
Actions
No actions defined.
Events
Available | Description | |
---|---|---|
Click | no | Can receive clicks events |
Change | yes | Can receive change events |
Last updated