jungsoft / materialui-daterange-picker

A react date range picker implementation using @material-ui.
MIT License
70 stars 81 forks source link

Show previous month and current month in the calendar when it opens up #36

Open kslo88 opened 2 years ago

kslo88 commented 2 years ago

Currently, when the calendar opens up, it shows the current month + next month. Is there a way to set previous month + current month instead?

Usecase: If maxDate is current date, showing current month + next month is not useful for the user as the future dates will be disabled.

Namec999 commented 1 year ago

Have you figured out how to do it ?