Replies: 1 comment
-
@yasmin-e It looks like your use case works fine in DateRangePicker (which DateRangeInput2 uses under the hood): DateRangeInput2 has additional input focus behavior which changes the UX here, but it should still be possible to select a single day in the past: I think it depends on which end of the range you start selecting first, or which of the inputs you have focused when opening the popover. I'm definitely open to any PRs which make the UX more intuitive here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When you "go backwards", it seems to extend the date range in that direction.
In this gif I've set a range in the future, and it's really hard to change my range to just be a single date in the past. This might be the intended behavior, but I found it unintuitive.
I also found out while playing around with the component in the docs, this only happens when the format includes a time - if it's just a date, the default is to extend the range forward.
Beta Was this translation helpful? Give feedback.
All reactions