-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Make year selectable in date picker #5845
Comments
I also think that there are serious usability issues with Datepicker. It works great when the user has to select date from current month or from month of the same year. I showed a form with datepicker to few people and ask them to select a date from past years for example Oct 15, 1995. I found them struggling with changing the Year. Most of them used the arrows in month view to go back which irritates user if they have to go back few years. |
It's already being tracked: #4853. Edit: Oh, sorry, it's a different request. Material Design Specs says something nice for mobile (image bellow) but doesn't say much for desktops (but the recommendation to use segmented dropdown buttons, which matches @mschering's request). |
+1 |
1 similar comment
+1 |
@mmalerba is there any update on this? should we expect it to be included in next release? |
I'm probably not going to have time to work on this for the next month or two, I have a lot of other things currently on my plate. |
without this feature, date picker is not usable because for the birthday, if user age is 35, he/she should press prev year button 35 times 😨 |
+1 |
We really need this! Current datepicker isn't usable in most cases. Please consider this feature as important. |
The same concern for a birthday. Our users 18 to 60+ yrs old. |
Hey @agnislav I have the same issue and until we get the year select implemented I at least was able to work with the min/max dates to minimize the year clicking based on if:
Maybe someone can help optimize this? And at least the user will begin at the 18th year and cannot click back to a date that would make them over 100 years old. |
+1 for this feature |
It's a shame, I like it but I won't be using it until this gets implemented! |
+1 for this |
+1 |
+1 |
This is one of the most common issue. Is there any date to fix this? |
Came into this problem today too to implement a birth date picker. I'll give it a look but it will probably be way over my skill level to implement it :) |
@mmalerba any updates? |
up-ing the priority, I know it's painful without this, I'll try to work on it as soon as I have the time |
Awesome! It would be great to have time picker as well. |
mmalerba , Any news for us yet with regards to this? |
They just released v5.0.0 RC and there was no mention of this in it. I removed the picker from my app personally and use something else as it was not usable in the current state. I understand that there is a lot to do though so thanks for taking care of this none the less :) |
agreed. The work these guys have done is awesome. We will be patient then. |
@mschering how are you using datepicker for birthdate? the ouput is in utc so the date will differ based on your server location. |
+1 |
2 similar comments
+1 |
+1 |
This is by far the longest-living and the most ignored P1 bug. How did Material even get released without this fixed...? And now it just seems abandoned. What's going on, guys? |
how to solve this issue? |
Upgrade material to the latest version. |
Is it possible to go from e.g. month mode, and the period saying 'May 2018' to 'year mode' and the period saying '2018', then clicking '2018' takes you to multi year mode? |
@Benno007, I'm afraid there isn't such feature. Maybe an |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
feature request
What is the expected behavior?
The year should be selectable from a dropdown list.
What is the current behavior?
The year can only be changed with the previous and next button.
What are the steps to reproduce?
See demo: https://material.angular.io/components/datepicker/examples
What is the use-case or motivation for changing an existing behavior?
Entering birthdays is very cumbersome. You have to click previous a lot for old people :)
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Material 2.0
The text was updated successfully, but these errors were encountered: