From 3cfa5e8c055b1aaea809b404447ebdfa25269cac Mon Sep 17 00:00:00 2001 From: Johann-S Date: Sat, 29 Apr 2017 16:05:22 +0200 Subject: Update Popper.js 1.9.1 + Update documentation about Dropdown placement --- docs/components/dropdowns.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/components/dropdowns.md') diff --git a/docs/components/dropdowns.md b/docs/components/dropdowns.md index 3abc27106..59006803f 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.8.2/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.1/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 @@ -548,7 +548,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap placement - string | function + string 'bottom'

How to position the popover - top | bottom.

-- cgit v1.2.3