1000hz / bootstrap-validator

A user-friendly HTML5 form validation jQuery plugin for Bootstrap 3
http://1000hz.github.io/bootstrap-validator
MIT License
2.38k stars 1.07k forks source link

How to customize the .has-error class? #634

Open hanaakhoj opened 6 years ago

hanaakhoj commented 6 years ago

I've been trying to customize how my input should look and i already add a custom css to my input after the validation but i couldn't find a way to hide .has-error class default style!

So this is my code : var elmErr = elmForm.children('.has-error').css({"border-bottom": "2px solid #F44336"})

and this is what i get : untitled