From e3f3542d0b57fdcea0fbff2858b610f85a988d1d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 6 Feb 2013 17:25:58 -0800 Subject: Fixes #6823: add some docs notes about tooltips in input groups --- docs/javascript.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index 9c11ad924..f4957d91c 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -785,6 +785,9 @@ $('a[data-toggle="tab"]').on('shown', function (e) { +

Tooltips in input groups

+

When using tooltips and popovers with the Bootstrap input groups, you'll have to set the container (documented below) option to avoid unwanted side effects.

+
-- cgit v1.2.3