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
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.
The text was updated successfully, but these errors were encountered:
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:
Actual result:
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.
The text was updated successfully, but these errors were encountered: