diff options
| author | Chris Rebert <[email protected]> | 2014-01-05 14:44:48 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-05 14:44:48 -0800 |
| commit | 6684005f63a851810548d3bcd7ca0460c953050e (patch) | |
| tree | edb7af18d37a7fa57ef9290742f02771b5df39aa /docs/components.html | |
| parent | 9af8692307abc164e45db80e095d806fbf627bd6 (diff) | |
| download | bootstrap-6684005f63a851810548d3bcd7ca0460c953050e.tar.xz bootstrap-6684005f63a851810548d3bcd7ca0460c953050e.zip | |
document single .form-control per .input-group limitation; fixes #12109
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html index bb4464cb4..6330e6be1 100644 --- a/docs/components.html +++ b/docs/components.html @@ -749,7 +749,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns, <div class="page-header"> <h1 id="input-groups">Input groups</h1> </div> - <p class="lead">Extend form controls by adding text or buttons before, after, or on both sides of any text-based input. Use <code>.input-group</code> with an <code>.input-group-addon</code> to prepend or append elements to a <code>.form-control</code>.</p> + <p class="lead">Extend form controls by adding text or buttons before, after, or on both sides of any text-based input. Use <code>.input-group</code> with an <code>.input-group-addon</code> to prepend or append elements to a single <code>.form-control</code>.</p> <div class="bs-callout bs-callout-danger"> <h4>Cross-browser compatibility</h4> @@ -766,7 +766,9 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns, <h2 id="input-groups-basic">Basic example</h2> - <p>Place one add-on or button on either side of an input. You may also place one on both sides of an input. <strong class="text-danger">We do not support multiple add-ons on a single side.</strong></p> + <p>Place one add-on or button on either side of an input. You may also place one on both sides of an input.</p> + <p><strong class="text-danger">We do not support multiple add-ons on a single side.</strong></p> + <p><strong class="text-danger">We do not support multiple form-controls in a single input group.</strong></p> <form class="bs-example bs-example-form" role="form"> <div class="input-group"> <span class="input-group-addon">@</span> |
