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

Input type=text on IE11 #103

Closed DekiGk closed 7 years ago

DekiGk commented 7 years ago

When the input field is focused and a user starts typing there is a black X icon appearing on the right part of the input field. Clicking on this the user deletes the text of the input field.

Can this be disabled somehow?

ericelliott commented 7 years ago

That black X is not part of h5Validate

DekiGk commented 7 years ago

Thanks for the quick reply and sorry for disturbing you with this. It is indeed the IE "setting". For people who want to disable this here is the fix:

http://stackoverflow.com/questions/14007655/remove-ie10s-clear-field-x-button-on-certain-inputs