bootstrap-validator
bootstrap-validator copied to clipboard
Valiadtion Firing immediately on IE when giving placeholder to field
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
I had same issues IE 11, any update on this? it working fine when I remove placeholder.