bootstrap-validator icon indicating copy to clipboard operation
bootstrap-validator copied to clipboard

Valiadtion Firing immediately on IE when giving placeholder to field

Open pvpavan51 opened this issue 8 years ago • 2 comments

pvpavan51 avatar Feb 01 '17 20:02 pvpavan51

I had same issues, the work around for me was to NOT use the data-toggle="validator" on the form tag, but instead use the $('#myForm').validator() inside $(document).ready(function(e){});

It now works for me

bytebool avatar Jul 18 '17 09:07 bytebool

I had same issues IE 11, any update on this? it working fine when I remove placeholder.

sk-karthik avatar Mar 19 '18 06:03 sk-karthik