mirror of
https://github.com/tabler/tabler.git
synced 2026-07-29 14:34:37 +04:00
14 lines
290 B
Markdown
14 lines
290 B
Markdown
---
|
|
title: Autosize
|
|
menu: docs.autosize
|
|
description: A small, stand-alone script to automatically adjust textarea height.
|
|
done: true
|
|
---
|
|
|
|
### Default markup
|
|
|
|
{% example html %}
|
|
<label class="form-label">Autosize example</label>
|
|
{% include ui/form/textarea-autosize.html %}
|
|
{% endexample %}
|