Skip to content

Commit 75b11bb

Browse files
Clarify boundary option description (#33735)
Mention that `boundary` option is specific to the preventOverflow modifier only Co-authored-by: XhmikosR <[email protected]>
1 parent 0645fa9 commit 75b11bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

site/content/docs/5.0/components/dropdowns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
10331033
<td><code>boundary</code></td>
10341034
<td>string | element</td>
10351035
<td><code>'clippingParents'</code></td>
1036-
<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>
1036+
<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>
10371037
</tr>
10381038
<tr>
10391039
<td><code>reference</code></td>

site/content/docs/5.0/components/popovers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn`, and `allowList` opt
244244
<td><code>boundary</code></td>
245245
<td>string | element</td>
246246
<td><code>'clippingParents'</code></td>
247-
<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>
247+
<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>
248248
</tr>
249249
<tr>
250250
<td><code>customClass</code></td>

site/content/docs/5.0/components/tooltips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn`, and `allowList` opt
269269
<td><code>boundary</code></td>
270270
<td>string | element</td>
271271
<td><code>'clippingParents'</code></td>
272-
<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>
272+
<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>
273273
</tr>
274274
<tr>
275275
<td><code>customClass</code></td>

0 commit comments

Comments
 (0)