Currently I have a form with an RG of “experiences”, which contains an input datetime picker for the date for each experiences.
The date/time picker input is autobinded with the database.
In the input configuration options I set:
time interval: 15min
minimum date: current date/time
When I go to the form, the date is correct, but the time adapts to the next 15min interval.
Example if it was 5:13 p.m., the time is automatically adjusted to 5:15 p.m inside the “hour” input.
Visually, it suits me very well.
Except that the autobinded date in BDD remains at 5:13 p.m.
I have to manually select 5:15 p.m. for the autobind to apply.
So question, since date/time picker updates automatically, is there a trick to apply the change as the user does the change ?