diff options
Diffstat (limited to 'docs/components/tooltips.md')
| -rw-r--r-- | docs/components/tooltips.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index 865e709e4..d48d8535e 100644 --- a/docs/components/tooltips.md +++ b/docs/components/tooltips.md @@ -200,7 +200,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap <td>string | function</td> <td>'top'</td> <td> - <p>How to position the tooltip - top | bottom | left | right.</p> + <p>How to position the tooltip - auto | top | bottom | left | right.<br>When <code>auto</code> is specified, it will dynamically reorient the tooltip.</p> <p>When a function is used to determine the placement, it is called with the tooltip DOM node as its first argument and the triggering element DOM node as its second. The <code>this</code> context is set to the tooltip instance.</p> </td> </tr> |
