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

List of year is not always loaded properly #38

Open
sarod opened this issue Mar 13, 2019 · 1 comment
Open

List of year is not always loaded properly #38

sarod opened this issue Mar 13, 2019 · 1 comment

Comments

@sarod
Copy link

sarod commented Mar 13, 2019

The year picker seems to use an infinite scrolling mechanism which breaks in some situation which prevent to select year in the far further.

Steps to reproduce:

  • Open a date picker (without min/max date defined)
  • Click on the Year on the left
  • The list of year is displayed focused on current year: 2019
  • Drag the scrollbar cursor all the way down

Actual result:

  • The list of year does not go further than 2024

Workaround
Scroll back up a little then scroll down again using either the mouse wheel or the scrollbar down arrow button. In such case the list of year is extended incrementally with new years in the future.

Additionally clicking the Year on the left again while the list of year is displayed seems to scroll the list of year all the way down and reproduce the same issue.

@dpoetzsch
Copy link
Owner

Thanks for the comprehensive issue description. I'm quite busy at the moment so I won't have time to fix it myself. But I'm happy to review a PR.

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

2 participants