palantir / blueprint

A React-based UI toolkit for the web
https://blueprintjs.com/
Apache License 2.0
20.65k stars 2.17k forks source link

DateRangePicker3 allows end time to be less than start time for single date selection #6857

Open evansjohnson opened 3 months ago

evansjohnson commented 3 months ago

Screenshot 2024-06-24 at 8 48 55 AM

Steps to reproduce

Actual behavior

Able to select a "negative" time range

Expected behavior

End time range should be constrained to a valid selection range

Possible solution