-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
DatePicker calendar view and DatePickerDialog #77
Comments
Please wait. The current spec is mobile only |
@crutchcorn what's so mobile specific that cannot work on desktops? |
@plfiorini Maybe we could allow editing dates/numbers manually to make it more desktop-friendly? |
@tim-sueberkrueb a regular TextField with proper validator would be enough but that's a separate component |
Also the calendar view itself should be a DatePicker component that you can use where you want while DatePickerDialog is just a preconfigured dialog with proper sizing. |
I my not be a MD official, but here's my guess: |
Sorry, link was bad. Updated |
It doesn't require swiping though, clicking the arrows to change the month and clicking the year to switch to year view can easily be done with a mouse. |
That's true but in my opinion the date picker is still usable on the desktop since you can press the left and right arrows, instead the year picker (or the time picker for that matters) is entirely gesture based. |
Let's turn this issue into an Epic and break down to smaller tasks |
Military time in a 0 -23 hr dropdown, and minutes in a 0-59 dropdown. Slider is nice. |
md-datepicker was merged on 12 May : angular/components#4404 The official guidelines are still unchanged though. |
This one here could be helpful too: https://forum.qt.io/topic/82700/datepicker-anyone/ |
https://material.io/guidelines/components/pickers.html#pickers-date-pickers
The text was updated successfully, but these errors were encountered: