Essentials for YOOtheme Pro
Textarea Element
The Textarea Element displays a <textarea> HTML element, use it to allow users entering a sizeable amount of free-form text, for example, a comment on a review or feedback form.
| Setting | Description | Dynamic |
|---|---|---|
| Placeholder | The text to be shown while there is no user input. | ✓ |
| Size | The field size applyied with uk-form-{size} modifier. | |
| Width | The field width applyied with uk-form-width-{width} modifier. | |
| Rows | The number of visible text lines by setting a value for rows attribute. |
| Validation | Description | Dynamic | Browser Side | Server Side |
|---|---|---|---|---|
| Min Length | The minimum content length that the input value must constrain to, greater than or equal to. | ✓ | ✓ | ✓ |
| Max Length | The maximum content length that the input value must constrain to, lower than or equal to. | ✓ | ✓ | ✓ |
| Pattern | The regular expression pattern that the input value must match to. | ✓ | ✓ | ✓ |