diff options
| author | Mark Otto <[email protected]> | 2016-09-11 22:30:37 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-09-11 22:30:37 -0700 |
| commit | 8104bd7a0274149f0c23774e2221363c9ff9f62b (patch) | |
| tree | 7dac4555fd8e74ace68f3ebb0f1923af583e0b71 /docs/components | |
| parent | cad238120ea59a3c0c9ac4d21761c0dc9713862a (diff) | |
| download | bootstrap-8104bd7a0274149f0c23774e2221363c9ff9f62b.tar.xz bootstrap-8104bd7a0274149f0c23774e2221363c9ff9f62b.zip | |
v4: Update tooltip placement docs (#20696)
* Fixes #19796: Remove mention of tooltip auto placement
* add note to migration docs
Diffstat (limited to 'docs/components')
| -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 a102aa925..e989307ca 100644 --- a/docs/components/tooltips.md +++ b/docs/components/tooltips.md @@ -186,7 +186,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 | auto.<br>When "auto" is specified, it will dynamically reorient the tooltip. For example, if placement is "auto left", the tooltip will display to the left when possible, otherwise it will display right.</p> + <p>How to position the tooltip - top | bottom | left | right.</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> |
