mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
docs notice for #11010
This commit is contained in:
parent
bf4c714851
commit
ee4a1ea295
1 changed files with 5 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue