{# Hidden input that holds the actual value for form submission #}
{# Note: We set both value= (static fallback) and x-bind:value (Alpine reactive) #}
{# Display input - shows selected label or search text #}
{# Selected value display #}
{# Clear button #}
{# Chevron icon when nothing selected #}
{# Dropdown #}
{# Loading state #}
Buscando...
{# Options list #}
{# No results #}
No se encontraron resultados.
{% if help_text %}
{{ help_text }}
{% endif %}
{% if errors %}
{% for error in errors %}