From 76e226b136c27e164a9864ad7690d0705a2906fb Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 14 Jan 2014 21:02:56 -0800 Subject: [PATCH] upgrade form-group + input-group callout from info to warning --- docs/components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components.html b/docs/components.html index c962198348..a400d216dc 100644 --- a/docs/components.html +++ b/docs/components.html @@ -759,7 +759,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,

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 other components

Do not mix form group or grid column classes directly with input groups.