1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 13:38:26 +01:00

docs notice for #11010

This commit is contained in:
Mark Otto 2013-10-13 19:24:13 -07:00
parent bf4c714851
commit ee4a1ea295

View File

@ -918,6 +918,11 @@ base_url: "../"
<h4>Tooltips &amp; popovers in input groups require special setting</h4> <h4>Tooltips &amp; 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> <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>
<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> <h2 id="input-groups-basic">Basic example</h2>
<form class="bs-example bs-example-form" role="form"> <form class="bs-example bs-example-form" role="form">