Textarea widget#
The Textarea (textarea) widget defines a multi-line input field using the
<textarea> form element.
Settings#
| Setting | Label | Description | Default |
|---|---|---|---|
| rows | Rows | The number of rows | 5 |
| placeholder | Placeholder | Text shown inside the field when empty | |
| maxlength | Max length | Maximum amount of characters allowed in the field | |
| maxlength_js | Show max length character count | Display a live character counter below the link text field | FALSE |
Note
The maxlength_js setting is visible when the title field is enabled and
the MaxLength module is installed.