diff options
| author | Mark Otto <[email protected]> | 2013-12-15 12:41:47 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-15 12:41:47 -0800 |
| commit | d57e81d06d3de015b0b3975497d80d301f4c1da2 (patch) | |
| tree | 6a2cba8bd3ecee9bfb4d98738250751fbba7a989 | |
| parent | c7c9929c1265a536dd9a75f358c107de39681b35 (diff) | |
| download | bootstrap-d57e81d06d3de015b0b3975497d80d301f4c1da2.tar.xz bootstrap-d57e81d06d3de015b0b3975497d80d301f4c1da2.zip | |
Fixes #11799: Mention support of number of add-ons in docs
| -rw-r--r-- | components.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components.html b/components.html index 5bbaf2911..ddd773ad8 100644 --- a/components.html +++ b/components.html @@ -1552,6 +1552,7 @@ base_url: "../" <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 mutiple add-ons on a single side.</strong></p> <form class="bs-example bs-example-form" role="form"> <div class="input-group"> <span class="input-group-addon">@</span> |
