Commit f5527c65 authored by Johann-S's avatar Johann-S
Browse files

Fix fallbackPlacement default value for Popovers documentation

parent cc303d5d
Showing with 1 addition and 1 deletion
+1 -1
...@@ -267,7 +267,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap ...@@ -267,7 +267,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<tr> <tr>
<td>fallbackPlacement</td> <td>fallbackPlacement</td>
<td>string | array</td> <td>string | array</td>
<td>['top', 'right', 'bottom', 'left']</td> <td>'flip'</td>
<td>Allow to specify which position Popper will use on fallback. For more information refer to <td>Allow to specify which position Popper will use on fallback. For more information refer to
Popper.js's <a href="https://popper.js.org/popper-documentation.html#modifiers..flip.behavior">behavior docs</a></td> Popper.js's <a href="https://popper.js.org/popper-documentation.html#modifiers..flip.behavior">behavior docs</a></td>
</tr> </tr>
......
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