Hi !
As the name suggest, I have a form which contains two date pickers to select a date range, one for the the min date and the other for the max date.
The issue is that I would like to make it so that the user cannot select a min date that is greater than the max date and vice-versa. I tried implementing custom logic in the “custom disabled dates” script, but it seems like I cannot access the values that are stored in ‘data’ from there.
I also tried using a custom action, which is able to access my variables in ‘data’, but I cannot figure how to edit the component’s value from there
Thanks ! Any help is greatly appreciated !