-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date/Time Range Filter #60971
Comments
This comment was marked as resolved.
This comment was marked as resolved.
Thanks for sharing your mockups of this. I believe we'll need this for Data Views so it makes sense to add this feature to |
Just to make sure we're on the same page — we are buildling a new DateRangePicker (name TBD) that is two DatePickers linked together with range selection functionality. Everything else in the mockup is extender territory. We'll probably need to change the "selected date" indicator in DatePicker itself from a circle to a square so it translates better into a range selection scenario. |
Exploring this one from a slightly different angle, based on the idea that a date range picker component could just be two instances of
Here's how this might work in a filtering situation: |
By displaying the native range picker UI we'd get a lot of functionality for free — but if, in any case, we need to show an interactive, rich calendar UI, then it would make sense to use that UI also in the "Simple date range" case (and, why not, for any date picker, even when not selecting a range. IMO, using the native date picker UI could only make sense for these scenarios:
Also, I have a couple of questions:
|
What problem does this address?
The current component does not:
What is your proposed solution?
cc @noisysocks
The text was updated successfully, but these errors were encountered: