We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Give more information What version of jQuery, Bootstrap?
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: