react-multi-date-picker
react-multi-date-picker copied to clipboard
minDate doesn't work with calender+timepicker at the same time
Hello Shahab
First of all thank you for the great package, it helped a lot.
I have an issue with minDate when I'm using calender with timepicker, our minDate={new Date().getTime() + 14400000}.
It works perfectly fine with calender but with calender and timepicker it doesn't.
As you can see I can't choose previous days but for timepicker I can choose previous minutes and hours.
Any idea why it behaves like this? thank you.
had the same issue, I want to add minDate/maxDate for TImePicker