Reduce booking’s change delay to 500 ms

This commit is contained in:
jordi fita mas 2024-02-28 13:36:14 +01:00
parent 80835256cc
commit 62d15970bf
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
{{ with .Dates -}} {{ with .Dates -}}
<fieldset class="booking-period" <fieldset class="booking-period"
data-hx-get="/{{ currentLocale }}/booking" data-hx-get="/{{ currentLocale }}/booking"
data-hx-trigger="change delay:1000ms" data-hx-trigger="change delay:500ms"
> >
<legend>{{( pgettext "Booking Period" "title" )}}</legend> <legend>{{( pgettext "Booking Period" "title" )}}</legend>
{{ with .ArrivalDate -}} {{ with .ArrivalDate -}}