1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-30 15:04:38 +04:00
Files
tabler/pages/_docs/autosize.md
T
2019-10-25 08:40:55 +02:00

15 lines
338 B
Markdown

---
title: Autosize
menu: docs.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 %}