diff --git a/scipost_django/common/templates/htmx/dynsel.html b/scipost_django/common/templates/htmx/dynsel.html index 96a427c5278c0fdde12c276ca102e01686033fbf..09dcfd03f54d0604ef1b36fa5b54410cfc82f324 100644 --- a/scipost_django/common/templates/htmx/dynsel.html +++ b/scipost_django/common/templates/htmx/dynsel.html @@ -1,5 +1,13 @@ <div class="hx-dynsel"> <div class="input-query-container"> + <div role="button" + type="button" + hx-get="{% url "common:empty" %}" + hx-swap="outerHTML" + hx-target="next option[selected]"> + <span class="text-body"></span> + </div> + {% include "django/forms/widgets/select.html" %} <input name="q"