aFarkas / webshim

[DEPRECATED] Webshims Lib is a modular capability-based polyfill-loading library
http://aFarkas.github.com/webshim/demos/index.html
MIT License
1.42k stars 201 forks source link

IE 9: Required on input type="email" not working #579

Open fap2this1 opened 7 years ago

fap2this1 commented 7 years ago

Hi

I'm having trouble validating email input with attribute require in IE9. It does validate empty fields, but doesnt check if input has an valid email address in IE 9.

you can find my code here:

https://jsfiddle.net/jame1/qmuese1b/

markat1 commented 7 years ago

Anyone?