Dynamically update the “initial_visible_month” from dcc.DatePickerRange. Python Plotly Dash
I want to know if it is possible to dynamically update the initial_visible_month value.
For exemple: the start_date is 01/01/2024 and the end_date is 31/21/2024. If the user clicks to edit the start date, the initial_visible_month value becomes the start_date, and if the users click to edit the end date, the initial_visible_month value becomes the end_date.
Layout of page changes on callback
As the title states, the callbacks change the layout of the page. It’s not that it always changes but it does sometimes and I’m not really sure what is causing it.