fix: account for htmx issues in mobile safari with select fields

This commit is contained in:
Björn Fromme
2026-03-16 12:00:55 +01:00
parent e12fbc85d4
commit 5b75a165ce
4 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
{# Payment method selection with HTMX #}
<div id="form-payment"
hx-post="{{ path('app_booking_create_step_3_refresh') }}"
hx-trigger="change"
hx-trigger="{{ htmx_change_trigger }}"
hx-target="#form-payment"
hx-select="#form-payment"
hx-swap="outerHTML">