Textarea Tablefield
A multi-line text input column for collecting longer text content like descriptions or notes within a table row.
Properties
| Attribute | Comments |
|---|---|
| basic | |
| name string / required / unique | Field name
This attribute represents the name of the form field. |
| type string / required | Tablefield type
Other attributes might only be available for some tablefield types. Choices:
|
| label string | Tablefield label
A friendly name/label for the tablefield |
| placeholder string | In-field help value
Some form fields allow an in-field hint value. |
| data | |
| default many | Default value
The type of the value depends on the field type.
|
| datetime | |
| interaction | |
| validation | |
| required boolean | Required field
Makes the field required. Default: false |
| visualization | |