From: kyletsang <6854874+kyletsang@users.noreply.github.com> Date: Tue, 8 Dec 2020 23:10:57 +0000 (-0800) Subject: Remove offset in Popover docs X-Git-Tag: v5.0.0-beta2~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77771cdf00287ad9d8873bf2c98eb7eb9299caf9;p=thirdparty%2Fbootstrap.git Remove offset in Popover docs Fix fallbackPlacements in Popover and Tooltip docs --- diff --git a/site/content/docs/5.0/components/popovers.md b/site/content/docs/5.0/components/popovers.md index acc766d71f..0a16f89e19 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 How popover is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space. manual cannot be combined with any other trigger. - offset - number | string - 0 - Offset of the popover relative to its target. For more information refer to Popper's offset docs. - - - fallbackPlacement + fallbackPlacements string | array 'flip' 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 6669c7e719..25ef1447a2 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 - fallbackPlacement + fallbackPlacements null | array null Allow to specify which position Popper will use on fallback. For more information refer to