jqBootstrapValidation icon indicating copy to clipboard operation
jqBootstrapValidation copied to clipboard

jsBootstrapValidation it's not working with Bootstrap-select

Open dardos opened this issue 9 years ago • 1 comments

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.

dardos avatar Dec 09 '16 15:12 dardos

Give more information What version of jQuery, Bootstrap?

pmirandaarias avatar Feb 22 '17 14:02 pmirandaarias