diff options
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"> |
