From 75b11bbedc866d7396013598e8f69408fed80360 Mon Sep 17 00:00:00 2001 From: Rohit Sharma Date: Sun, 25 Apr 2021 09:28:08 +0530 Subject: [PATCH] Clarify `boundary` option description (#33735) Mention that `boundary` option is specific to the preventOverflow modifier only Co-authored-by: XhmikosR --- site/content/docs/5.0/components/dropdowns.md | 2 +- site/content/docs/5.0/components/popovers.md | 2 +- 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 d29212790a..3ab91f8078 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 boundary string | element 'clippingParents' - Overflow constraint boundary of the dropdown menu. By default it's 'clippingParents' and can accept an HTMLElement reference (JavaScript only). For more information refer to Popper's detectOverflow docs. + Overflow constraint boundary of the dropdown menu (applies only to Popper's preventOverflow modifier). By default it's 'clippingParents' and can accept an HTMLElement reference (via JavaScript only). For more information refer to Popper's detectOverflow docs. reference diff --git a/site/content/docs/5.0/components/popovers.md b/site/content/docs/5.0/components/popovers.md index 9ff41f1101..039a47cc1f 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 boundary string | element 'clippingParents' - Overflow constraint boundary of the popover. By default it's 'clippingParents' and can accept an HTMLElement reference (JavaScript only). For more information refer to Popper's detectOverflow docs. + Overflow constraint boundary of the popover (applies only to Popper's preventOverflow modifier). By default it's 'clippingParents' and can accept an HTMLElement reference (via JavaScript only). For more information refer to Popper's detectOverflow docs. customClass diff --git a/site/content/docs/5.0/components/tooltips.md b/site/content/docs/5.0/components/tooltips.md index 7d2ab6d05d..b92b3f95c0 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 boundary string | element 'clippingParents' - Overflow constraint boundary of the tooltip. By default it's 'clippingParents' and can accept an HTMLElement reference (JavaScript only). For more information refer to Popper's detectOverflow docs. + Overflow constraint boundary of the tooltip (Applied only for the preventOverflow modifier of the Popper). By default it's 'clippingParents' and can accept an HTMLElement reference (via JavaScript only). For more information refer to Popper's detectOverflow docs. customClass