{# Fusion Text — multi-line textarea control. Usage: {{}} {{}} #} {% component fusion.text( name: string = "", id: string = "", placeholder: string = "", value: string = "", label: string = "", hint: string = "", rows: number = 4, disabled: bool = false, invalid: bool = false, class: string = "" ) %} {%- set text_id = id -%} {%- if not text_id and name -%}{%- set text_id = name -%}{%- endif -%}
{% if label %} {% endif %} {% if hint %}

{{ hint }}

{% endif %}
{% endcomponent fusion.text %}