ReactiveRaven / jqBootstrapValidation

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

jqBootstrapvalidation callback validation function not working after form validation #197

Open josephbacha opened 7 years ago

josephbacha commented 7 years ago

Hello,

I have a problem with jqBootstrapValidation: Senario: enter a value of 22 you will get an error validation message. delete the input content and validate the form the required error message will blink and disappear. `

<div class="form-actions">
                                            <button type="submit" class="btn btn-primary">
                                                Test Validation <i class="icon-ok icon-white"></i>
                                            </button>
                                        </div>

`