mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Convert the whole request to json at once on select widget
This commit is contained in:
@ -9,5 +9,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 %}
|
||||
{% if initial %}<slot style="display:none" name="initial">{{ initial }}</slot>{% endif %}
|
||||
</{{ component }}>
|
Reference in New Issue
Block a user