Quickly jump to a specific year in DatePicker #2095
Fardeen0-0
started this conversation in
Feature Requests / Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently the datepicker calendar only allows navigating month by month and there's no way to quickly jump to a specific year. To streamline the process of quickly selecting a year, it would be very useful if users could directly interact with the year UI element. My team had implemented a year/month dropdown in Immich (which also uses the bits-ui library) to resolve this issue. Here's the PR for reference.
Current:

After change:

If this is something that you would be interested in, I would be happy to open a PR for the same.
P.S. I did search for similar discussions before opening this. I found an existing discussion on the same topic with quite a bit of community interest, but since there didn't seem to be any further discussion on it, I thought it might be worth bringing it up again with a proposed implementation.
All reactions