Form control: Text area
The textarea
control presents the user with a standard HTML text area.
Arguments
placeholder (optional) | Placeholder text to appear in the textarea when there is no content. Can be an i18n resource URI |
---|---|
maxLength (optional) | Character count limit. If set, the control will show a character counter that changes as you type. |
Example
<field name="description" control="textarea" placeholder="e.g. Lorem ipsum" maxlength="200" />