diff options
| author | kyletsang <[email protected]> | 2020-12-08 15:10:57 -0800 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-12-09 15:02:46 +0200 |
| commit | 77771cdf00287ad9d8873bf2c98eb7eb9299caf9 (patch) | |
| tree | 5c49148d56caa99384fd610d708654eea97e849a | |
| parent | 290b295173261ff948290842d63a0eae7fc7fbd4 (diff) | |
| download | bootstrap-77771cdf00287ad9d8873bf2c98eb7eb9299caf9.tar.xz bootstrap-77771cdf00287ad9d8873bf2c98eb7eb9299caf9.zip | |
Remove offset in Popover docs
Fix fallbackPlacements in Popover and Tooltip docs
| -rw-r--r-- | site/content/docs/5.0/components/popovers.md | 8 | ||||
| -rw-r--r-- | site/content/docs/5.0/components/tooltips.md | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/site/content/docs/5.0/components/popovers.md b/site/content/docs/5.0/components/popovers.md index acc766d71..0a16f89e1 100644 --- a/site/content/docs/5.0/components/popovers.md +++ b/site/content/docs/5.0/components/popovers.md @@ -248,13 +248,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn`, and `allowList` opt <td>How popover is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space. <code>manual</code> cannot be combined with any other trigger.</td> </tr> <tr> - <td><code>offset</code></td> - <td>number | string</td> - <td><code>0</code></td> - <td>Offset of the popover relative to its target. For more information refer to Popper's <a href="https://popper.js.org/docs/v2/modifiers/offset">offset docs</a>.</td> - </tr> - <tr> - <td><code>fallbackPlacement</code></td> + <td><code>fallbackPlacements</code></td> <td>string | array</td> <td><code>'flip'</code></td> <td>Allow to specify which position Popper will use on fallback. For more information refer to diff --git a/site/content/docs/5.0/components/tooltips.md b/site/content/docs/5.0/components/tooltips.md index 6669c7e71..25ef1447a 100644 --- a/site/content/docs/5.0/components/tooltips.md +++ b/site/content/docs/5.0/components/tooltips.md @@ -253,7 +253,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn`, and `allowList` opt </td> </tr> <tr> - <td><code>fallbackPlacement</code></td> + <td><code>fallbackPlacements</code></td> <td>null | array</td> <td><code>null</code></td> <td>Allow to specify which position Popper will use on fallback. For more information refer to |
