We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706e28c commit 9ab5a25Copy full SHA for 9ab5a25
src/directives/popover/README.md
@@ -18,10 +18,11 @@ to appear.
18
19
## Overview
20
21
-Things to know when using popovers:
+Things to know when using the popover directive:
22
23
- Popovers rely on the 3rd party library [Popper.js](https://popper.js.org/) for positioning.
24
- Popovers require BootstrapVue's custom SCSS/CSS for transitions and color variants.
25
+- If both title and content is not provided (or are an empty string), the popover will not show.
26
- Specify container: 'body' (default) to avoid rendering problems in more complex components (like
27
input groups, button groups, etc).
28
- Triggering popovers on hidden elements will not work.
0 commit comments