From: Mark Otto Date: Mon, 14 Oct 2013 02:24:13 +0000 (-0700) Subject: docs notice for #11010 X-Git-Tag: v3.0.1~39^2~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee4a1ea295a363c040de21d728dab9848f26461f;p=thirdparty%2Fbootstrap.git docs notice for #11010 --- 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