diff options
| author | Mark Otto <[email protected]> | 2013-10-13 19:24:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-13 19:24:13 -0700 |
| commit | ee4a1ea295a363c040de21d728dab9848f26461f (patch) | |
| tree | d70306ab7b54ed25bc267d83c1823f74fa9c6960 /components.html | |
| parent | bf4c7148513920f25a5c086fdf2091d06683f2ce (diff) | |
| download | bootstrap-ee4a1ea295a363c040de21d728dab9848f26461f.tar.xz bootstrap-ee4a1ea295a363c040de21d728dab9848f26461f.zip | |
docs notice for #11010
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components.html b/components.html index f603d6473..ce2fde5e6 100644 --- a/components.html +++ b/components.html @@ -918,6 +918,11 @@ base_url: "../" <h4>Tooltips & popovers in input groups require special setting</h4> <p>When using tooltips or popovers on elements within an <code>.input-group</code>, you'll have to specify the option <code>container: 'body'</code> to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).</p> </div> + <div class="bs-callout bs-callout-info"> + <h4>Don't mix with form groups</h4> + <p>Do not apply input group classes directly to form groups. An input group is an isolated component.</p> + </div> + <h2 id="input-groups-basic">Basic example</h2> <form class="bs-example bs-example-form" role="form"> |
