diff options
| author | Johann-S <[email protected]> | 2018-02-12 01:45:59 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-02-11 16:45:59 -0800 |
| commit | 65ae622d4061efc5f62628d7d607358476f8f345 (patch) | |
| tree | a134fac601079bcf0c88a3e8789f0b696f38620d /docs | |
| parent | ba878eb542ab6c04786741569ba089d02e9bea46 (diff) | |
| download | bootstrap-65ae622d4061efc5f62628d7d607358476f8f345.tar.xz bootstrap-65ae622d4061efc5f62628d7d607358476f8f345.zip | |
Dropdown - Allow to disable Popper.js style (#24092)
* Dropdown - Allow to disable Popper.js style
* Update dropdown.js
* Update dropdown.html
* copy changes
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/components/dropdowns.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/4.0/components/dropdowns.md b/docs/4.0/components/dropdowns.md index 25ebae75d..80d461cac 100644 --- a/docs/4.0/components/dropdowns.md +++ b/docs/4.0/components/dropdowns.md @@ -807,6 +807,12 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap <td>'toggle'</td> <td>Reference element of the dropdown menu. Accepts the values of <code>'toggle'</code>, <code>'parent'</code>, or an HTMLElement reference. For more information refer to Popper.js's <a href="https://popper.js.org/popper-documentation.html#referenceObject">referenceObject docs</a>.</td> </tr> + <tr> + <td>display</td> + <td>string</td> + <td>dynamic | static</td> + <td>By default, we use Popper.js for dynamic positioning. Disable this with `static`.</td> + </tr> </tbody> </table> |
