From 8b538c8ad3c7f31bcb2025a223468dad4c684f75 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Mon, 19 Dec 2016 09:37:27 +0100 Subject: Remove mention of popovers auto placement + add note to migration docs --- docs/components/popovers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components') diff --git a/docs/components/popovers.md b/docs/components/popovers.md index 1357cefcb..1cd96da49 100644 --- a/docs/components/popovers.md +++ b/docs/components/popovers.md @@ -218,7 +218,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap string | function 'right' -

How to position the popover - top | bottom | left | right | auto.
When "auto" is specified, it will dynamically reorient the popover. For example, if placement is "auto left", the popover will display to the left when possible, otherwise it will display right.

+

How to position the popover - top | bottom | left | right.

When a function is used to determine the placement, it is called with the popover DOM node as its first argument and the triggering element DOM node as its second. The this context is set to the popover instance.

-- cgit v1.2.3