From 1e6a0f4ff354dcb13eee9f3c501ee12509183b86 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 2 Jan 2018 21:18:14 -0800 Subject: [PATCH] add example of textarea to docs --- docs/4.0/components/input-group.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/4.0/components/input-group.md b/docs/4.0/components/input-group.md index cd5d5bdfde..8018ea42ab 100644 --- a/docs/4.0/components/input-group.md +++ b/docs/4.0/components/input-group.md @@ -42,6 +42,13 @@ Place one add-on or button on either side of an input. You may also place one on .00 + +
+
+ With textarea +
+ +
{% endexample %} ## Sizing -- 2.47.2