dash
dash copied to clipboard
[BUG] DatePickerRange updatemode not respected
Describe your context Please provide us your environment, so we can easily reproduce the issue.
- replace the result of
pip list | grep dashbelow
dash 3.2.0
dash_ag_grid 31.3.1
dash-bootstrap-components 1.7.1
dash-table 5.0.0
-
if frontend related, tell us your Browser, Version and OS
- OS: Windows 11
- Browser: Chrome
- Version: 139.0.7258.155
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.
This issue is fixed with dash==4.0.0rc3