jqBootstrapValidation
jqBootstrapValidation copied to clipboard
Conflict with Typeahead events
Hi,
Nice job, but there is a problem when integrating with Bootstrap Typeahead fields. Only HTML5 "required" tooltip is shown and my error message doesn't appear.
I think this is because of the conflicts in the events. Can you please take a look at the code or give us a solution?
Thanks!
+1 I have the same issue using jqBootstrapValidation + Select2. The HTML5 validation won't show on my Select2 fields and I can't find a way to tell jqBootstrapValidation not to use HTML5 validation on this fields.
+1
In jqBootstrapValidation.js, I replaced
input,textarea,select
everywhere with input:enabled,textarea:enabled,select:enabled
This seemed to keep the validation from breaking.
Same problem here.
I have a bootstrap modal with two select2 elements and jqBootstrapValidation, when the form is submitted validation doesn't work. I've tried your suggestions and nothing work.
Follow