ReactiveRaven / jqBootstrapValidation

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

jsBootstrapValidation it's not working with Bootstrap-select #200

Open dardos opened 7 years ago

dardos commented 7 years ago

Hi,

I have a form that is validate with jqBootstrapValidation.js but it's not working because the Bootstrap-select plugin.

When I click submit button, every input before the input with Bootstrap-select working but after not, and the form is sent.

I'm not sure, but probably, is because the input is transformed on a button and the validation not recognize it.

Anyone knows how can I do?

Here is the code of the input:

I check here, when I select some value of the input, the valitation works after the input.

So, the problem is when the input is empty.

pmirandaarias commented 7 years ago

Give more information What version of jQuery, Bootstrap?