Changes
Changes for DateRangeInput when selecting the END date:
END < START: it’ll reset the values and treat this as the new START date. User will have to select an end date.
END >= START: it’ll just replace the existing END date with this new value, and close the date picker. (Previously, the user will have to reselect the start date again)
[delete] branch
Changelog entry
Modify behavior when selecting end date of DateRangeInput
Changes Changes for
DateRangeInput
when selecting the END date:END < START: it’ll reset the values and treat this as the new START date. User will have to select an end date.
END >= START: it’ll just replace the existing END date with this new value, and close the date picker. (Previously, the user will have to reselect the start date again)
[delete] branch
Changelog entry
DateRangeInput
Additional information