diff options
| author | Rohit Sharma <[email protected]> | 2021-04-25 09:28:08 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-25 06:58:08 +0300 |
| commit | 75b11bbedc866d7396013598e8f69408fed80360 (patch) | |
| tree | 90ca8fa737daa42560d18a65657c95ad702b557a | |
| parent | 0645fa9f1dcd9d386928bc87a0c62d7d5d570cc5 (diff) | |
| download | bootstrap-75b11bbedc866d7396013598e8f69408fed80360.tar.xz bootstrap-75b11bbedc866d7396013598e8f69408fed80360.zip | |
Clarify `boundary` option description (#33735)
Mention that `boundary` option is specific to the preventOverflow modifier only
Co-authored-by: XhmikosR <[email protected]>
| -rw-r--r-- | site/content/docs/5.0/components/dropdowns.md | 2 | ||||
| -rw-r--r-- | site/content/docs/5.0/components/popovers.md | 2 | ||||
| -rw-r--r-- | site/content/docs/5.0/components/tooltips.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/site/content/docs/5.0/components/dropdowns.md b/site/content/docs/5.0/components/dropdowns.md index d29212790..3ab91f807 100644 --- a/site/content/docs/5.0/components/dropdowns.md +++ b/site/content/docs/5.0/components/dropdowns.md @@ -1033,7 +1033,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap <td><code>boundary</code></td> <td>string | element</td> <td><code>'clippingParents'</code></td> - <td>Overflow constraint boundary of the dropdown menu. By default it's <code>'clippingParents'</code> and can accept an HTMLElement reference (JavaScript only). For more information refer to Popper's <a href="https://popper.js.org/docs/v2/utils/detect-overflow/#boundary">detectOverflow docs</a>.</td> + <td>Overflow constraint boundary of the dropdown menu (applies only to Popper's preventOverflow modifier). By default it's <code>'clippingParents'</code> and can accept an HTMLElement reference (via JavaScript only). For more information refer to Popper's <a href="https://popper.js.org/docs/v2/utils/detect-overflow/#boundary">detectOverflow docs</a>.</td> </tr> <tr> <td><code>reference</code></td> diff --git a/site/content/docs/5.0/components/popovers.md b/site/content/docs/5.0/components/popovers.md index 9ff41f110..039a47cc1 100644 --- a/site/content/docs/5.0/components/popovers.md +++ b/site/content/docs/5.0/components/popovers.md @@ -244,7 +244,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn`, and `allowList` opt <td><code>boundary</code></td> <td>string | element</td> <td><code>'clippingParents'</code></td> - <td>Overflow constraint boundary of the popover. By default it's <code>'clippingParents'</code> and can accept an HTMLElement reference (JavaScript only). For more information refer to Popper's <a href="https://popper.js.org/docs/v2/utils/detect-overflow/#boundary">detectOverflow docs</a>.</td> + <td>Overflow constraint boundary of the popover (applies only to Popper's preventOverflow modifier). By default it's <code>'clippingParents'</code> and can accept an HTMLElement reference (via JavaScript only). For more information refer to Popper's <a href="https://popper.js.org/docs/v2/utils/detect-overflow/#boundary">detectOverflow docs</a>.</td> </tr> <tr> <td><code>customClass</code></td> diff --git a/site/content/docs/5.0/components/tooltips.md b/site/content/docs/5.0/components/tooltips.md index 7d2ab6d05..b92b3f95c 100644 --- a/site/content/docs/5.0/components/tooltips.md +++ b/site/content/docs/5.0/components/tooltips.md @@ -269,7 +269,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn`, and `allowList` opt <td><code>boundary</code></td> <td>string | element</td> <td><code>'clippingParents'</code></td> - <td>Overflow constraint boundary of the tooltip. By default it's <code>'clippingParents'</code> and can accept an HTMLElement reference (JavaScript only). For more information refer to Popper's <a href="https://popper.js.org/docs/v2/utils/detect-overflow/#boundary">detectOverflow docs</a>.</td> + <td>Overflow constraint boundary of the tooltip (Applied only for the preventOverflow modifier of the Popper). By default it's <code>'clippingParents'</code> and can accept an HTMLElement reference (via JavaScript only). For more information refer to Popper's <a href="https://popper.js.org/docs/v2/utils/detect-overflow/#boundary">detectOverflow docs</a>.</td> </tr> <tr> <td><code>customClass</code></td> |
