{% comment %} Hidden input elements used to maintain the component's state {% endcomment %}
{% comment %} and used when submitting forms {% endcomment %}
{% comment %} inputs are wrapped in spans so BS4 doesn't close them in tests {% endcomment %}
{% for value in values %}
{% endfor %}
{% if required and values|length == 0 %}
{% endif %}