Describe your context
Please provide us your environment, so we can easily reproduce the issue.
- replace the result of
pip list | grep dash below
dash 3.2.0
dash_ag_grid 31.3.1
dash-bootstrap-components 1.7.1
dash-table 5.0.0
Describe the bug
When using dcc.DateRangePicker with updatemode="bothdates" from the UI, selecting the start date waits for the end date selection. However, selecting the end date triggers linked callbacks.
Expected behavior
In this updatemode, selecting the end date should wait for selecting the start date.
Describe your context
Please provide us your environment, so we can easily reproduce the issue.
pip list | grep dashbelowif frontend related, tell us your Browser, Version and OS
Describe the bug
When using dcc.DateRangePicker with updatemode="bothdates" from the UI, selecting the start date waits for the end date selection. However, selecting the end date triggers linked callbacks.
Expected behavior
In this updatemode, selecting the end date should wait for selecting the start date.