mirror of
https://github.com/tabler/tabler.git
synced 2026-07-30 15:04:38 +04:00
15 lines
338 B
Markdown
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…"></textarea>
|
|
{% endexample %}
|