mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fix fallbackPlacement default value for Popovers documentation
This commit is contained in:
parent
cc303d5d26
commit
f5527c65f1
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
|
|||
<tr>
|
||||
<td>fallbackPlacement</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
|
||||
Popper.js's <a href="https://popper.js.org/popper-documentation.html#modifiers..flip.behavior">behavior docs</a></td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue