Textarea

The textarea component resembles input and mainly differs only in appearing as a larger text area that allows for multiple lines of input.

{%- call ui.util.call(show_example) -%} {%- raw %} {{ ui.textarea(ui.field_info("Help text"), name="area", label="Area") }} {%- endraw %} {%- endcall %}