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
This is because the month-year defined by config.month & config.year is set to be displayed as the right-most month at first render of the calendar.
What's also not ideal in such a situation, is that the first click on the "previous" button will actually move the calendar forward, making the left-most month displayed be back limit (= config.month & config.year).
The text was updated successfully, but these errors were encountered:
This is because the month-year defined by config.month & config.year is set to be displayed as the right-most month at first render of the calendar.
What's also not ideal in such a situation, is that the first click on the "previous" button will actually move the calendar forward, making the left-most month displayed be back limit (= config.month & config.year).
The text was updated successfully, but these errors were encountered: