Unverified Commit 66537b2d authored by 719media's avatar 719media Committed by GitHub
Browse files

Update popovers.md

2 merge requests!35947Expose strategy to popper config,!34120Expose strategy popper config in dropdown
Showing with 6 additions and 0 deletions
+6 -0
......@@ -246,6 +246,12 @@ Note that for security reasons the `sanitize`, `sanitizeFn`, and `allowList` opt
<td><code>'clippingParents'</code></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>strategy</code></td>
<td>string</td>
<td><code>'absolute'</code></td>
<td>Describes the positioning strategy to use. Accepts the values of <code>'absolute'</code> and <code>'fixed'</code>. For more information refer to Popper's <a href="https://popper.js.org/docs/v2/constructors/#strategy">strategy docs</a>.</td>
</tr>
<tr>
<td><code>customClass</code></td>
<td>string | function</td>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment