html - Input attribute pattern does'nt work on IOS devices -


the attribute pattern not working without required , required attribute not yet compatible ios devices.

i'm having trouble minlength because it's not working on code maxlength works fine. can't use oninvalid because i'm using dynamic form , jquery validate.

any thoughts or recommendations?

<form method="post">    <input type="text" required pattern=".{3,}">    <input type="submit">  </form>

jsfiddle


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -