material-components / material-components-web

Modular and customizable Material Design UI components for the web
https://material.io/develop/web
MIT License
17.12k stars 2.15k forks source link

Investigate making Date Picker Component #55

Open traviskaufman opened 7 years ago

traviskaufman commented 7 years ago

Spec reference: https://www.google.com/design/spec/components/pickers.html#pickers-date-pickers

Copied from https://github.com/google/material-design-lite/issues/4506

boj commented 7 years ago

@traviskaufman What is the status of this?

joeblew99 commented 7 years ago

Any news on this ? or roadmap. I need a cal dialog for for android and IOS, and a MDC one would be perfect.

@traviskaufman

redimongo commented 7 years ago

Hi I need this for my web project, would be great if a picker was integrated from the get go. I guess i'll have to build my own.

Garbee commented 7 years ago

You can see the milestone it is assigned to in the right sidebar. That should give you some idea of when it is going to be worked on by the core team.

pspeter3 commented 6 years ago

Can you just use the text field with the date input mechanism?

Bounty31 commented 6 years ago

The spec reference link is not valid anymore.

DerekJDev commented 6 years ago

Any estimates on when this will be released? Also, if anyone is looking for one to use in the meantime this date picker works well: https://github.com/FreddyFY/material-datepicker

jmadkins commented 5 years ago

It's shocking how this framework doesn't support working with dates.

ed-jimmy commented 5 years ago

this issue was opened Dec 5, 2016... is it ever going to be worked on???

In the meantime has anyone found another plugin besides "material-datepicker" that works well with MDC?

MrSimmmons commented 5 years ago

+1

zevdg commented 5 years ago

@ed-jimmy I just found this thread and ended up using https://www.npmjs.com/package/@vaadin/vaadin-date-picker (along with vaadin-time-picker). You have to specifically import "@vaadin/vaadin-date-picker/theme/material/vaadin-date-picker" to get the material-design theme, but the default theme doesn't look out of place alongside MDC either.

rbare1 commented 5 years ago

New spec has been released: https://material.io/design/components/pickers.html#

cintaccs commented 4 years ago

any news on when this component will be done? or not?

maicol07 commented 4 years ago

Any news about this component?

asyncLiz commented 4 years ago

We have this on our roadmap for this year, we'll update this issue as soon as we have a clear timeline for it.

motss commented 4 years ago

In the meantime, I hope that app-datepicker fulfills your needs while waiting for official implementation.