dash-core-components
dash-core-components copied to clipboard
[Bug] dcc.DatePickerRange does not allow to choose single day
When choosing date with first field of DatePickerRange component it's not possible to choose the same day in the second field. (minimal date is the day after)
However, I observed that it's possible to set date with the second field and then set the same date in the first field.
It should be be possible to set the same date on both field no matter in what order user chooses dates in fields.
Same here. Please fix.