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