-
-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Not able to go to last month with arrows #431
Comments
I came to open a similar issue. When I'm in October and my "maxDate" is "2020-11-01" I don't get the "next" arrow to go to November. If my maxDate is "2020-11-02", I get the arrow. |
...additional observation. The same thing happens if I'm in September and have a maxDate of "2020-10-01", however, October has a few days in the view, so I'm still able to select "2020-10-01". Is the component assuming a few days of the next month are showing? Because in the case of October, 2020, the last day of the month is Saturday, so there are no November dates on the calendar. |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days. |
This issue was closed because it has been stalled for 14 days with no activity. |
Problem:
I'm trying to make restrictions with
minDate
andmaxDate
and I have an issue withmaxDate
when it's2020-11-01
When it's
2020-11-01
you are not able to go to December by arrow navigation, but if you go by month view December is available.Example:
https://codesandbox.io/s/bug-with-max-date-xc9os?file=/src/App.js
The text was updated successfully, but these errors were encountered: