ReactiveRaven / jqBootstrapValidation

A JQuery validation framework for bootstrap forms.
http://reactiveraven.github.io/jqBootstrapValidation
MIT License
1.35k stars 334 forks source link

All form fields get "red" when one field is wrong #180

Open gateseee opened 9 years ago

gateseee commented 9 years ago

Hy, is this a Bug, or a Feature, that all form-fields goingt red and marked as "error" when one field in the form is wrong?

bsmaha commented 8 years ago

I have the same issue. For some reason .has-error is being add as a class to the form itself. Please help.

kzxt commented 8 years ago

@bsmaha You can remove it in the .js file under $form.addClass('error') (if I'm not wrong)