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

Added support for most useful and widely supported HTML5 Input types #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

phlbnks
Copy link

@phlbnks phlbnks commented Sep 23, 2011

New HTML5 Input types are being used now - this allows them to be used
by telling the script to treat them as Text (this is what browsers that
don't support the new types do anyway).
Could later be integrated more fully with default validation types
based on them.

Included: Email, URL, Tel, Number, Range.

New HTML5 Input types are being used now - this allows them to be used
by telling the script to treat them as Text (this is what browsers that
don't support the new types do anyway).
Could later be integrated more fully with default validation types
based on them.

Included: Email, URL, Tel, Number, Range.
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

Successfully merging this pull request may close these issues.

1 participant