From 2fa03734a316e00cab283ab99d8a9e020cf9bd07 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 24 Sep 2013 18:48:01 -0700 Subject: [PATCH] add cross-reference to Input Groups in CSS Form docs; fixes #10792 --- css.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css.html b/css.html index 0ff495dc10..a27f5afb8e 100644 --- a/css.html +++ b/css.html @@ -1661,6 +1661,10 @@ For example, <section> should be wrapped as inline. {% highlight html %} {% endhighlight %} +
+

Input groups

+

To add integrated text or buttons before and/or after any text-based <input>, check out the input group component.

+

Textarea

Form control which supports multiple lines of text. Change rows attribute as necessary.