From: Chris Rebert Date: Sun, 5 Jan 2014 22:44:48 +0000 (-0800) Subject: document single .form-control per .input-group limitation; fixes #12109 X-Git-Tag: v3.1.0~123^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6684005f63a851810548d3bcd7ca0460c953050e;p=thirdparty%2Fbootstrap.git document single .form-control per .input-group limitation; fixes #12109 --- diff --git a/docs/components.html b/docs/components.html index bb4464cb41..6330e6be1e 100644 --- a/docs/components.html +++ b/docs/components.html @@ -749,7 +749,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns, -

Extend form controls by adding text or buttons before, after, or on both sides of any text-based input. Use .input-group with an .input-group-addon to prepend or append elements to a .form-control.

+

Extend form controls by adding text or buttons before, after, or on both sides of any text-based input. Use .input-group with an .input-group-addon to prepend or append elements to a single .form-control.

Cross-browser compatibility

@@ -766,7 +766,9 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,

Basic example

-

Place one add-on or button on either side of an input. You may also place one on both sides of an input. We do not support multiple add-ons on a single side.

+

Place one add-on or button on either side of an input. You may also place one on both sides of an input.

+

We do not support multiple add-ons on a single side.

+

We do not support multiple form-controls in a single input group.

@