{# Fusion Input — single-line text control. Usage: {{}} {{}} #} {% component fusion.input( name: string = "", id: string = "", type: string = "text", placeholder: string = "", value: string = "", label: string = "", hint: string = "", disabled: bool = false, invalid: bool = false, autocomplete: string = "", class: string = "" ) %} {%- set input_id = id -%} {%- if not input_id and name -%}{%- set input_id = name -%}{%- endif -%}
{% if label %} {% endif %} {% if hint %}

{{ hint }}

{% endif %}
{% endcomponent fusion.input %}