From ee4a1ea295a363c040de21d728dab9848f26461f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Oct 2013 19:24:13 -0700 Subject: [PATCH] docs notice for #11010 --- components.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components.html b/components.html index f603d64738..ce2fde5e6a 100644 --- a/components.html +++ b/components.html @@ -918,6 +918,11 @@ base_url: "../"

Tooltips & popovers in input groups require special setting

When using tooltips or popovers on elements within an .input-group, you'll have to specify the option container: 'body' to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).

+
+

Don't mix with form groups

+

Do not apply input group classes directly to form groups. An input group is an isolated component.

+
+

Basic example

-- 2.47.2