jqBootstrapValidation icon indicating copy to clipboard operation
jqBootstrapValidation copied to clipboard

Conflict with Typeahead events

Open saeedzareian opened this issue 11 years ago • 5 comments

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!

saeedzareian avatar Mar 19 '13 07:03 saeedzareian

+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.

guitoux1 avatar Mar 20 '13 08:03 guitoux1

+1

gchiappe avatar Oct 31 '13 08:10 gchiappe

In jqBootstrapValidation.js, I replaced input,textarea,select everywhere with input:enabled,textarea:enabled,select:enabled

This seemed to keep the validation from breaking.

AnrietteC avatar May 01 '14 14:05 AnrietteC

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.

jonalxh avatar Feb 12 '19 20:02 jonalxh

Follow

jerza90 avatar Mar 20 '19 10:03 jerza90