dsheiko / HTML5-Form-Shim

⛔️ [DEPRECATED] That is a jquery plugin, which emulates HTML5 Form Validation on old browsers. The plugin also allows to customize form submission validation tooltips and field validation callbacks (e.g. via XMLHttpRequest)
http://dsheiko.github.io/HTML5-Form-Shim/
71 stars 17 forks source link

Required text inputs show as valid even if the user just clicks in and out of the field. #6

Open pixelbandito opened 10 years ago

pixelbandito commented 10 years ago

You can see this happening on http://demo.dsheiko.com/html5formshim/, by inspecting the first "Name" field.

It happens in IE8 on Windows XP and on Chrome 28 on Mac OS X, so I expect it happens everywhere.

As a side note, since this is a polyfill / shim, it probably shouldn't be throwing valid classes and custom markup in Chrome since Chrome supports the required attribute.