Textarea
multiline textfield, like the regular html tag.
Example
{
type: "textArea",
label: "Notice",
name: "message",
rows: 5,
helpText: "Wenn Du weitere Anmerkungen hast, gib diese bitte hier ein"
}
Reference
rows
Defines how many rows should be initially shown.
| Type | Required |
|---|---|
| number | no |