Multi-line text.
Option | Type | Description |
---|---|---|
minlength |
integer |
If set, defines the minimum length in characters. |
maxlength |
integer |
If set, defines the maximum length in characters. |
autoresize |
boolean |
If true , will automatically increase the height to fit the content of the field. true by default. |
rows |
integer |
Visible height of the field in rows. Set to 20 by default. |
- name: tweet
label: Tweet
type: text
options:
maxlength: 140