aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/components/dropdowns.md
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-10-29 06:43:44 +0100
committerMark Otto <[email protected]>2017-10-28 22:43:44 -0700
commitaec2e38caff3355993acc3a2070c82232a4ec79a (patch)
treeba966d8b708074dffad2083791986b5803634d0b /docs/4.0/components/dropdowns.md
parent186c22fdbc1db2f42f9f3125f8f989e3fefa9ba3 (diff)
downloadbootstrap-aec2e38caff3355993acc3a2070c82232a4ec79a.tar.xz
bootstrap-aec2e38caff3355993acc3a2070c82232a4ec79a.zip
Add information about the fact we do not use Popper.js for Dropdown c… (#24571)
* Add information about the fact we do not use Popper.js for Dropdown contained in navbars * Update dropdowns.md * Update dropdowns.md
Diffstat (limited to 'docs/4.0/components/dropdowns.md')
-rw-r--r--docs/4.0/components/dropdowns.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/dropdowns.md b/docs/4.0/components/dropdowns.md
index f91ff5312..c4ada2b0f 100644
--- a/docs/4.0/components/dropdowns.md
+++ b/docs/4.0/components/dropdowns.md
@@ -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).