You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You appear to have posted a live example (http://codepen.io/mariogl/pen/EKapXE.html), which is always a good first step. However, according to Bootlint, your example has some Bootstrap usage errors, which might potentially be causing your issue:
line 8, column 1: W007: Found one or more <button>s missing a type attribute.
line 10, column 1: W007: Found one or more <button>s missing a type attribute.
You'll need to fix these errors and post a revised example before we can proceed further.
Thanks!
After a popover is closed by method 'hide' from code, it's necessary to click on its trigger twice in order to open it again.
I'm using Bootstrap v3.3.6. If I use previous versions of Bootstrap (i.e., v3.0.2), it works fine.
An example that illustrates this issue: http://codepen.io/mariogl/pen/EKapXE
The text was updated successfully, but these errors were encountered: