Hi Everyone,
First, thanks to Allan for this wonderful tool !
I try something very simple I think. I have a datatable of products with a start date and an end date.
When I change the start date, I change dynamically the min value of end date, and when I change the end date, the max value of the start field is changed too...
This is the use case where I got a problem :
I start with my both fields empty
I fill the start value with a date in future (example : 25/11/2020)
My code change the min value of my end field so every day between today and the 25/11/2020 is disable and that's great but when the calendar appear, the first page of the calendar I see is "march" and the day highlighted id the 17 (ie the day of now) so I have to go manually to the November month, to see the first day I can choose.
=> I want, in this case, when I click to modify the end date, that the calendar open dynamically with the first available day.
Is a easy way to do that?
I tried to do that with the field().def() when I change the min value of the field but it seems don't work.
Thanks for your help