diff --git a/components.html b/components.html index f603d64738..ce2fde5e6a 100644 --- a/components.html +++ b/components.html @@ -918,6 +918,11 @@ base_url: "../"
When using tooltips or popovers on elements within an .input-group
, you'll have to specify the option container: 'body'
to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).
Do not apply input group classes directly to form groups. An input group is an isolated component.
+