-
Notifications
You must be signed in to change notification settings - Fork 132
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
Feature request: select date range #124
Comments
Awesome element btw :) |
I am not sure but I think what you want is able by using |
Hmm no, min/max-date doesn't allow the user to pick 2 dates, it just allows the user to pick 1 date within a range, right? I want to get 2 dates out of the date-picker element, and highlight the dates in between if possible. |
Oh sorry I did not understand what you mean... |
The MD spec doesn't cover the UX for this, and this component is intended to be (within reason) a reference implementation. So, I'm hesitant to change the component much to add this functionality when it can be done more simply with two date fields. I would, however, be interested in seeing mock-up ideas for how this might work while not straying too far from the spec. If it makes sense to pull |
Thanks that makes sense. I actually used 2 date pickers (one for start and one for end data), which is more than enough. I think that a feature such as the one described in #113 would be a perfect alternative (Angular team included it in theirs Date Picker implementation ([1]). |
Anyone implemented date range using this datepicker ? Yes, date range would be great addition to this plugin as it is a frequently used feature. |
Not yet. There is edk-date-picker, which has this feature, but it is outdated. |
Here is a just released range date picker inspired by Airbnb one : https://github.com/RoXuS/range-datepicker |
Often times you want to select a starting date and a finishing date (hotel, trip).
It would be great to be able to do it with this element, maybe adding a "range" or "multi" or whatever flag
The text was updated successfully, but these errors were encountered: