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 d00e341 commit 706e28cCopy full SHA for 706e28c
src/directives/tooltip/README.md
@@ -16,10 +16,11 @@ appear.
16
17
## Overview
18
19
-Things to know when using tooltips:
+Things to know when using the tooltip directive:
20
21
- Tooltips rely on the 3rd party library [Popper.js](https://popper.js.org/) for positioning.
22
- Tooltips require BootstrapVue's custom SCSS/CSS for transitions and color variants.
23
+- If a title is not provided (or is an empty string), the tooltip will not show.
24
- Specify container: 'body' (the default) to avoid rendering problems in more complex components
25
(like input groups, button groups, etc).
26
- Triggering tooltips on hidden elements will not work.
0 commit comments