Skip to content

DateTimePicker: Infinite scroll for faster date/time selection#1280

Open
pili01 wants to merge 2 commits intocodaxy:feat/master/litmus-tsfrom
pili01:fix/litmus-ts/date-time-picker-improvements
Open

DateTimePicker: Infinite scroll for faster date/time selection#1280
pili01 wants to merge 2 commits intocodaxy:feat/master/litmus-tsfrom
pili01:fix/litmus-ts/date-time-picker-improvements

Conversation

@pili01
Copy link

@pili01 pili01 commented Feb 2, 2026

This PR introduces infinite scrolling to the DateTimePicker component for both date and time columns.
The goal is to significantly improve the user experience when selecting values across large ranges (months, days, hours, minutes) by removing hard list boundaries and minimizing repetitive scrolling.

@pili01 pili01 requested a review from ognjenst February 2, 2026 08:49
this.setState({ activeWheel: "seconds" });
}}
>
{minutes}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be {seconds} rather than {minutes}

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

Successfully merging this pull request may close these issues.

3 participants