Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If config.month & config.year are equal to config.range.backLimitMonth / ..Year, then some months from before back limit may be displayed at first. #9

Open
janzankowski opened this issue Nov 28, 2018 · 0 comments

Comments

@janzankowski
Copy link
Collaborator

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant