]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add example of textarea to docs
authorMark Otto <markdotto@gmail.com>
Wed, 3 Jan 2018 05:18:14 +0000 (21:18 -0800)
committerMark Otto <markdotto@gmail.com>
Wed, 3 Jan 2018 05:18:14 +0000 (21:18 -0800)
docs/4.0/components/input-group.md

index cd5d5bdfde06376ae6f75ab2e56bbba99e9985ff..8018ea42abd46d4ea1b354b309a726f72cdf3b35 100644 (file)
@@ -42,6 +42,13 @@ Place one add-on or button on either side of an input. You may also place one on
     <span class="input-group-text">.00</span>
   </div>
 </div>
+
+<div class="input-group">
+  <div class="input-group-prepend">
+    <span class="input-group-text">With textarea</span>
+  </div>
+  <textarea class="form-control" aria-label="With textarea"></textarea>
+</div>
 {% endexample %}
 
 ## Sizing