We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9474d06 commit 1e6a0f4Copy full SHA for 1e6a0f4
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
42
<span class="input-group-text">.00</span>
43
</div>
44
45
+
46
+<div class="input-group">
47
+ <div class="input-group-prepend">
48
+ <span class="input-group-text">With textarea</span>
49
+ </div>
50
+ <textarea class="form-control" aria-label="With textarea"></textarea>
51
+</div>
52
{% endexample %}
53
54
## Sizing
0 commit comments