autosize.md 307 字节
Newer Older
C
chomik 已提交
1 2 3 4 5 6 7 8 9
---
title: Autosize
---

A small, stand-alone script to automatically adjust textarea height.

### Default markup

{% example html %}
C
chomik 已提交
10
<label class="form-label">Autosize example</label>
C
chomik 已提交
11 12
<textarea class="form-control" data-toggle="autosize" placeholder="Typing something&hellip;"></textarea>
{% endexample %}