From: Chris Rebert Date: Sat, 27 Sep 2014 00:49:42 +0000 (-0700) Subject: Port #14482 over to hosted docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f72a9082a0f2f36ac4bf885c5a258c58cc1075bb;p=thirdparty%2Fbootstrap.git Port #14482 over to hosted docs --- 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