autosize.md 495 字节
Newer Older
C
chomik 已提交
1 2
---
title: Autosize
C
codecalm 已提交
3
menu: docs.autosize
4
description: The autosize element will automatically adjust the textarea height and make it easier for users to follow as they type.
C
codecalm 已提交
5
done: true
C
chomik 已提交
6 7
---

C
codecalm 已提交
8

C
codecalm 已提交
9
## Default markup
C
chomik 已提交
10

11 12
Add the autosize element to your input to make it automatically adjust to the length of a text as a user types it. 

C
codecalm 已提交
13
{% capture code %}
C
chomik 已提交
14
<label class="form-label">Autosize example</label>
15
{% include ui/form/textarea-autosize.html %}
C
codecalm 已提交
16 17
{% endcapture %}
{% include example.html code=code %}