Skip to content
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.

Textarea Element

SettingDescriptionDynamic
PlaceholderThe text to be shown while there is no user input.
SizeThe field size applyied with uk-form-{size} modifier.
WidthThe field width applyied with uk-form-width-{width} modifier.
RowsThe number of visible text lines by setting a value for rows attribute.
ValidationDescriptionDynamicBrowser SideServer Side
Min LengthThe minimum content length that the input value must constrain to, greater than or equal to.
Max LengthThe maximum content length that the input value must constrain to, lower than or equal to.
PatternThe regular expression pattern that the input value must match to.