Browse Source

#175: Set trigger: 'hover click' to popover

nghuuphuoc 11 years ago
parent
commit
69f6c0a207

+ 1 - 1
dist/js/bootstrapValidator.js

@@ -856,7 +856,7 @@
                                             content: $allErrors.filter('[data-bv-result="' + that.STATUS_INVALID + '"]').eq(0).html(),
                                             html: true,
                                             placement: 'top',
-                                            trigger: 'click'
+                                            trigger: 'hover click'
                                         });
                             break;
                         default:

File diff suppressed because it is too large
+ 1 - 1
dist/js/bootstrapValidator.min.js


+ 1 - 1
src/js/bootstrapValidator.js

@@ -855,7 +855,7 @@
                                             content: $allErrors.filter('[data-bv-result="' + that.STATUS_INVALID + '"]').eq(0).html(),
                                             html: true,
                                             placement: 'top',
-                                            trigger: 'click'
+                                            trigger: 'hover click'
                                         });
                             break;
                         default: