plotly / dash-core-components

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
270 stars 147 forks source link

Feature Request: Quickly navigate between years/ months of DatePicker #990

Closed lucasjamar closed 2 years ago

lucasjamar commented 2 years ago

Hi and thanks for Dash and DCC!

In Streamlit and certain other websites, you can quickly go back in time thanks to a year dropdown/ month dropdown included in the date selector. Eg :

image

I have certain users complaining about the time if takes to go back in time to a specific date. There are other users on community looking for something similar: https://community.plotly.com/t/daterangepicker-how-to-quickly-toggle-between-years-in-calendar/39077

Having a similar functionality in dcc.DatePickerRange and dcc.DatePickerSingle would be super useful.

Thanks,

lucasjamar commented 2 years ago

Solved using https://github.com/snehilvj/dash-mantine-components