-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Description
When adding a customer in the backend and choosing their birthdate through the datepicker, the dropdown for year only goes back to 2002 initially. When choosing a year, the select fills with years in the range 'chosen year minus 10' - 'chosen year'.
Choosing 1952 thus requires 12 clicks;
- clicking on the select input
- choosing 2002
- clicking on the select input
- choosing 1992
- clicking on the select input
- choosing 1982
- clicking on the select input
- choosing 1972
- clicking on the select input
- choosing 1962
- clicking on the select input
- choosing 1952
Either make a full list from 1900 (or something on) or increase the step size.
When you choose for not showing a full list, maybe add an to the top that reads "Load more years" or something, to make it a bit more understandable what's happening.
Magento ver. 2.0.0.0-dev32
Metadata
Metadata
Assignees
Labels
No labels