You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.
Add support for email type, at minimum (very handy for mobile).
Take a fresh look at new input types (Specifically, can we disable the horrible default browser UI for number types? Can we make it easy for users to override built-in browser date pickers, etc...?) Sadly, the spec leaves a lot of those implementation decisions to the browser, without specifying standard ways to override them or style them, but we might be able to track down all the browser implementations.
I'm open to help with these things. I'm not sure when I'll find time.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Implement missing features as described here:
http://www.html5rocks.com/en/tutorials/forms/constraintvalidation/
Add support for email type, at minimum (very handy for mobile).
Take a fresh look at new input types (Specifically, can we disable the horrible default browser UI for number types? Can we make it easy for users to override built-in browser date pickers, etc...?) Sadly, the spec leaves a lot of those implementation decisions to the browser, without specifying standard ways to override them or style them, but we might be able to track down all the browser implementations.
I'm open to help with these things. I'm not sure when I'll find time.
The text was updated successfully, but these errors were encountered: