diff --git a/docs/4.0/components/dropdowns/index.html b/docs/4.0/components/dropdowns/index.html index 20e509224..5ded219f2 100644 --- a/docs/4.0/components/dropdowns/index.html +++ b/docs/4.0/components/dropdowns/index.html @@ -425,7 +425,7 @@
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.
-Dropdowns are built on a third party library, Popper.js, which provides dynamic positioning and viewport detection. Be sure to include popper.min.js 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.
Dropdowns are built on a third party library, Popper.js, which provides dynamic positioning and viewport detection. Be sure to include popper.min.js 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.
Things to know when using the popover plugin:
bootstrap.bundle.min.js / bootstrap.bundle.js which contains Popper.js in order for popovers to work!bootstrap.bundle.min.js / bootstrap.bundle.js which contains Popper.js in order for popovers to work!util.js.Things to know when using the tooltip plugin:
bootstrap.bundle.min.js / bootstrap.bundle.js which contains Popper.js in order for tooltips to work!bootstrap.bundle.min.js / bootstrap.bundle.js which contains Popper.js in order for tooltips to work!util.js.