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

Plan to support time as well? #33

Closed
anselmh opened this issue Oct 7, 2020 · 2 comments
Closed

Plan to support time as well? #33

anselmh opened this issue Oct 7, 2020 · 2 comments

Comments

@anselmh
Copy link

anselmh commented Oct 7, 2020

Describe the solution you'd like
Hey, is there a plan to support datetime and time formats as well and show a picker for hourse and minutes, seconds (optionally)? If not, feel free to close the issue…

@WickyNilliams
Copy link
Contributor

We have no plans to support time. I feel it would complicate the date picker quite a bit.

I would personally go for the simplest possible option - having a separate component for entering time - whether that be native <input type="time" /> (probably not great), or two drop downs for hour and minutes.

Closing but happy to discuss further

@anselmh
Copy link
Author

anselmh commented Oct 8, 2020

We have no plans to support time. I feel it would complicate the date picker quite a bit.

I totally understand it and it was more the question of what your plans are with the project.

I would personally go for the simplest possible option - having a separate component for entering time - whether that be native <input type="time" /> (probably not great), or two drop downs for hour and minutes.

Yeah, that’s what we’re currently doing (type time) but it’s really bad UX-wise and people don’t understand what they should do on Desktop. Mobile UIs are great, unfortunately the Safari, Firefox, Chrome UI on Desktop aren’t… But we were playing around with doing a progressive enhancement component on these fields using a writeable dropdown UI.

Thanks for the feedback and no worries about closing it! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants