mirror of
https://github.com/tabler/tabler.git
synced 2026-08-22 02:44:24 +04:00
16 lines
327 B
Markdown
16 lines
327 B
Markdown
---
|
|
title: Autosize
|
|
menu: docs.autosize
|
|
description: A small, stand-alone script to automatically adjust textarea height.
|
|
done: true
|
|
---
|
|
|
|
|
|
## Default markup
|
|
|
|
{% capture code %}
|
|
<label class="form-label">Autosize example</label>
|
|
{% include ui/form/textarea-autosize.html %}
|
|
{% endcapture %}
|
|
{% include example.html code=code %}
|