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

DateTimeField must use datetime-local HTML input #220

Open
jace opened this issue May 9, 2019 · 0 comments
Open

DateTimeField must use datetime-local HTML input #220

jace opened this issue May 9, 2019 · 0 comments
Assignees

Comments

@jace
Copy link
Member

jace commented May 9, 2019

DateTimeField does not use the datetime-local HTML input type because it was poorly supported when the field was originally introduced.

According to CanIUse, the only laggards that don't support it now are Firefox and Safari desktop editions. Everyone else is on board. The UI on mobile is far better than anything we can cook up ourselves.

DateTimeField should start using datetime-local, with a polyfill for laggards. This polyfill works, although it could do with a better date widget than jQuery's.

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

2 participants