diff --git a/docs/_includes/components/input-groups.html b/docs/_includes/components/input-groups.html index 4cfddad08e..bd29dbe497 100644 --- a/docs/_includes/components/input-groups.html +++ b/docs/_includes/components/input-groups.html @@ -1,11 +1,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