From f72a9082a0f2f36ac4bf885c5a258c58cc1075bb Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 26 Sep 2014 17:49:42 -0700 Subject: [PATCH] Port #14482 over to hosted docs --- components/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/index.html b/components/index.html index fada65c0ca..39a535503d 100644 --- a/components/index.html +++ b/components/index.html @@ -1825,11 +1825,12 @@

Input groups

-

Extend form controls by adding text or buttons before, after, or on both sides of any text-based input. Use .input-group with an .input-group-addon to prepend or append elements to a single .form-control.

+

Extend form controls by adding text or buttons before, after, or on both sides of any text-based <input>. Use .input-group with an .input-group-addon to prepend or append elements to a single .form-control.

-

Cross-browser compatibility

+

Textual <input>s only

Avoid using <select> elements here as they cannot be fully styled in WebKit browsers.

+

Avoid using <textarea> elements here as their rows attribute will not be respected in some cases.

Tooltips & popovers in input groups require special setting