Skip to content

Commit 1e6a0f4

Browse files
committed
add example of textarea to docs
1 parent 9474d06 commit 1e6a0f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/4.0/components/input-group.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ Place one add-on or button on either side of an input. You may also place one on
4242
<span class="input-group-text">.00</span>
4343
</div>
4444
</div>
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>
4552
{% endexample %}
4653

4754
## Sizing

0 commit comments

Comments
 (0)