]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add information about the fact we do not use Popper.js for Dropdown c… (#24571)
authorJohann-S <johann.servoire@gmail.com>
Sun, 29 Oct 2017 05:43:44 +0000 (06:43 +0100)
committerMark Otto <markd.otto@gmail.com>
Sun, 29 Oct 2017 05:43:44 +0000 (22:43 -0700)
* Add information about the fact we do not use Popper.js for Dropdown contained in navbars

* Update dropdowns.md

* Update dropdowns.md

docs/4.0/components/dropdowns.md

index f91ff531288097e497f89e1f2c56046f9b7e6fe7..c4ada2b0fa371cce2f9d5aac3b223f0f32f26290 100644 (file)
@@ -10,7 +10,7 @@ toc: true
 
 Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They're made interactive with the included Bootstrap dropdown JavaScript plugin. They're toggled by clicking, not by hovering; this is [an intentional design decision.](http://markdotto.com/2012/02/27/bootstrap-explained-dropdowns/)
 
-Dropdowns are built on a third party library, [Popper.js](https://popper.js.org/), which provides dynamic positioning and viewport detection. Be sure to include [popper.min.js]({{ site.cdn.popper }}) before Bootstrap's JavaScript or use `bootstrap.bundle.min.js` / `bootstrap.bundle.js` which contains Popper.js.
+Dropdowns are built on a third party library, [Popper.js](https://popper.js.org/), which provides dynamic positioning and viewport detection. Be sure to include [popper.min.js]({{ site.cdn.popper }}) before Bootstrap's JavaScript or use `bootstrap.bundle.min.js` / `bootstrap.bundle.js` which contains Popper.js. Popper.js isn't used to position dropdowns in navbars though as dynamic positioning isn't required.
 
 If you're building our JavaScript from source, it [requires `util.js`]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/javascript/#util).