You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, if numberOfMonths=2, and initialMonth is 'June'. Navigating through calendar with next/prev month show only pair of mounts ['June', 'July'], ['August', 'Sept'], ['Oct', 'Nov'] and etc. But not ['July', 'Aug'] or ['May', 'June'].
I guess I intended the nav buttons as a way to change the whole view, so you should effectively jump between months as specified in numberOfMonths. I'm trying the behavior you are suggesting and I agree it seems more consistent. However, when using the arrow keys to navigate between the days, it should add 2 months instead of one.
For example, if
numberOfMonths=2
, andinitialMonth
is 'June'. Navigating through calendar with next/prev month show only pair of mounts['June', 'July']
,['August', 'Sept']
,['Oct', 'Nov']
and etc. But not['July', 'Aug']
or['May', 'June']
.Try navigation at http://www.gpbl.org/react-day-picker/ Range of days example.
The text was updated successfully, but these errors were encountered: