Reduce booking’s change delay to 500 ms
This commit is contained in:
parent
80835256cc
commit
62d15970bf
|
@ -22,7 +22,7 @@
|
|||
{{ with .Dates -}}
|
||||
<fieldset class="booking-period"
|
||||
data-hx-get="/{{ currentLocale }}/booking"
|
||||
data-hx-trigger="change delay:1000ms"
|
||||
data-hx-trigger="change delay:500ms"
|
||||
>
|
||||
<legend>{{( pgettext "Booking Period" "title" )}}</legend>
|
||||
{{ with .ArrivalDate -}}
|
||||
|
|
Loading…
Reference in New Issue