react-multi-date-picker
react-multi-date-picker copied to clipboard
When using minDate, if all the days in the month cannot be selected, the datepicker does not switch to next month
Hi I am using the minDate to disable selection. Let say the currentDay is 2024-08-31, we use minDate to disable selection the days from the past and current minDate=2024-09-01. All the days are disabled as expected, but there is no way to auto switch users to the new view of month - September.