ericelliott / h5Validate

An HTML5 form validation plugin for jQuery. Works on all major browsers, both new and old. Implements inline, realtime validation best practices (based on surveys and usability studies). Developed for production use in e-commerce. Currently in production with millions of users.
576 stars 125 forks source link

Cross browser support for maxlength on textarea #44

Closed gxxcastillo closed 12 years ago

gxxcastillo commented 12 years ago

I haven't been able to figure out how to get h5Validate to validate maxlength on textarea elements. I see the validity.tooLong attribute but not sure how it gets triggered in IE8/9. Is it supported?

ericelliott commented 12 years ago

h5Validate currently makes no attempt to validate maxlength.

Please feel free to modify it and create a pull request.

gxxcastillo commented 12 years ago

https://github.com/dilvie/h5Validate/pull/45