diff --git a/docs/components.html b/docs/components.html index b864d594dd..503b612f64 100644 --- a/docs/components.html +++ b/docs/components.html @@ -750,7 +750,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

@@ -767,7 +767,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.

@