Skip to content
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

Implement date and time pickers #127

Closed
asm0dey opened this issue May 6, 2020 · 5 comments
Closed

Implement date and time pickers #127

asm0dey opened this issue May 6, 2020 · 5 comments

Comments

@asm0dey
Copy link

asm0dey commented May 6, 2020

According to #82 you're ready to consider implementing date and time pickers if google will implement them. Not thery're implemented at material.io: https://material.io/components/pickers

@JonathanLafey
Copy link

@asm0dey these are simply the specs. A component implementation is still underway.
Please see issues #54 and #55
Also note that the new specs do not contain much info on time pickers.

@asm0dey
Copy link
Author

asm0dey commented May 16, 2020

There is something very close to guidelines implemented here: https://material-ui.com/components/pickers/

At least date picker dialog follows standarts very close as far as I can see

@thecodejack
Copy link

Will you be open for pull requests on this? I can help on same.

@tv42
Copy link

tv42 commented Aug 28, 2021

This work seems to be either done or in progress? It seems to mostly work. (The keyboard input doesn't take "a" or "p" for AM/PM, needs arrow up/down.)

<Textfield
bind:value={valueTypeDate}
label="DateTime-Local"
type="datetime-local"
/>

@hperrin
Copy link
Owner

hperrin commented Nov 10, 2021

I don't have any plans to implement my own date and time pickers, but if MDC-Web adds them, I will support them.

@hperrin hperrin closed this as completed Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants