1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-02 00:14:38 +04:00
Files
tabler/pages/_docs/autosize.md
T
2019-07-09 20:19:01 +02:00

14 lines
318 B
Markdown

---
title: Autosize
done: true
---
A small, stand-alone script to automatically adjust textarea height.
### Default markup
{% example html %}
<label class="form-label">Autosize example</label>
<textarea class="form-control" data-toggle="autosize" placeholder="Typing something&hellip;"></textarea>
{% endexample %}