aboutsummaryrefslogtreecommitdiff
path: root/docs/components/dropdowns.md
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-05-12 21:44:43 +0200
committerJohann-S <[email protected]>2017-05-14 11:41:19 +0200
commit21c38641342b98d7590b9c901f77d2a21e99f1fd (patch)
treea1b0392288fcc8e35bebd665fae6d67975f9bf15 /docs/components/dropdowns.md
parentc78cbb275b0c559f5c9436ee3df816e1f6195201 (diff)
downloadbootstrap-21c38641342b98d7590b9c901f77d2a21e99f1fd.tar.xz
bootstrap-21c38641342b98d7590b9c901f77d2a21e99f1fd.zip
Update Popper.js 1.9.3
Diffstat (limited to 'docs/components/dropdowns.md')
-rw-r--r--docs/components/dropdowns.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/dropdowns.md b/docs/components/dropdowns.md
index 59006803f..a3d253dfb 100644
--- a/docs/components/dropdowns.md
+++ b/docs/components/dropdowns.md
@@ -16,7 +16,7 @@ Dropdowns are toggleable, contextual overlays for displaying lists of links and
Things to know when using the popover plugin:
-- Dropdown rely on the 3rd party library [Popper.js](https://popper.js.org) for positioning. You must include [popper.min.js](https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.1/umd/popper.min.js) before bootstrap.js in order for dropdowns to work!
+- Dropdown rely on the 3rd party library [Popper.js](https://popper.js.org) for positioning. You must include [popper.min.js](https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.3/umd/popper.min.js) before bootstrap.js in order for dropdowns to work!
- Popper.js handle natively the flip of Dropdown when it's outside the viewport, if you want to disable that's behavior use `flip` attribute
## Examples