-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[pickers] Allow to pick a range of Months with Date Range picker #4995
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
I ended up just building from scratch for month/year range selectors - easier than you think assuming you don't need to leverage some of the fab features of this lib |
Indeed, we ended up building our own! Would still love it if it was built-in. :) |
This comment was marked as resolved.
This comment was marked as resolved.
@oliviertassinari / @joserodolfofreitas this ticket is still marked as „waiting for 👍“ while having almost a 150 👍 and several „votes with wallet“ already. Is this an oversight or are actually more votes needed? |
@TheRealCuran, |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
@LevapVeeskela Have you tried using |
two years later and we don't have a React Month Range Picker from MUI |
Looking for this feature, it's a pain when end users have to go 10 years in the past. @LukasTy , it is more motivating being focused on new features. But please consolidate what you have. Should we be looking for alternative libraries as we certainly do not want to develop this on our own. Order ID: #19458 |
@david-ic3 I appreciate you voicing your interest and concern! 🙏 |
©LukasTy thanks for the quick turnaround. You can check the post of @LevapVeeskela When using the date range picker , try selecting a date that is 30 years in the past from the one selected without using the keyboard :-) |
Since you are already working on this feature, would be nice to have MonthRangeCalendar as well :) |
The monthRangePicker / Calendar will be of great help! I will be switching to it as soon as it releases. |
It depends on firstly implementing #4546. |
Summary 💡
Sometimes the specific date of the month is not important to the user. In these cases, it'd be interesting to be able to provide a better experience by allowing users to select just the months on the range, like we have with the month view in
DatePicker
.This issue was originally requested/suggested on a zendesk ticket: https://mui.zendesk.com/agent/tickets/2854
Examples 🌈
Basic behavior implementation using the date picker:
https://codesandbox.io/s/datepicker-views-year-month-l1wyyv?file=/demo.js
Picture of requested solution:
Screen.Recording.2023-10-16.at.23.06.46.mov
The text was updated successfully, but these errors were encountered: