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

iOS does igbore HTML attribute "required" #2

Open
raspime opened this issue Oct 26, 2015 · 1 comment
Open

iOS does igbore HTML attribute "required" #2

raspime opened this issue Oct 26, 2015 · 1 comment

Comments

@raspime
Copy link

raspime commented Oct 26, 2015

Did you know that iPhone, iTab, etc does not validate the HTML field parameter required?
It allows a blank field to submit :-(

So you need to add your own validation on top of it for all relevant fields instead of relying on the browsers implementation. What a shame... I thought time of IT6 were history.

Anyway - If you might confirm this by yourself
if true, than it might be a good idea to note this somewhere in your documentation before everybody has to discover this by his own.

@avbdr
Copy link
Owner

avbdr commented Oct 26, 2015

Yes, to avoid this use http://ericleads.com/h5validate/

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