Open dardos opened 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.
Give more information What version of jQuery, Bootstrap?
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.