From 6684005f63a851810548d3bcd7ca0460c953050e Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 5 Jan 2014 14:44:48 -0800 Subject: [PATCH] document single .form-control per .input-group limitation; fixes #12109 --- docs/components.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.

@ -- 2.47.2