zhouzi / GentleForm

Accessible and user-friendly HTML5 form validation library.
http://codepen.io/Zhouzi/full/QbBzZp/
MIT License
36 stars 3 forks source link

IE 9 Support #7

Closed mateusznowicki closed 8 years ago

mateusznowicki commented 8 years ago

Hi, Thanks for your great work, i recognize that you using "classList" property in production script. Which IE 9 doesn't support, maybe you can use some script that gonna help like this https://gist.github.com/devongovett/1381839.

zhouzi commented 8 years ago

Hey @MateuszNowicki, thanks for the heads up! I'll properly test GentleForm on IE 9 to add the required polyfills. I'll keep this issue updated ;)

zhouzi commented 8 years ago

I've released GentleForm v2 which comes with a simpler API and a stronger polyfill for the html5 constraint validation api. I've also added a note regarding browser support and classList.

Please note that there are many breaking changes compared to v1, but I have updated the documentation accordingly ;)

mateusznowicki commented 8 years ago

Thank you for letting me know :)