Add AutoCompleteSelectGroup

This commit is contained in:
2024-10-20 13:33:44 +02:00
parent 0af3505c2a
commit 8bbebfdb13
4 changed files with 91 additions and 20 deletions

View File

@ -7,4 +7,5 @@
<optgroup label="{{ group_name }}">{% endif %}{% for widget in group_choices %}
{% include widget.template_name %}{% endfor %}{% if group_name %}
</optgroup>{% endif %}{% endfor %}
{% for sel in selected %}<slot style="display: none">{{ sel }}</slot>{% endfor %}
</{{ component }}>