1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-16 18:41:40 +04:00

autosize fix

This commit is contained in:
chomik
2019-06-01 18:07:32 +02:00
parent ca330a2c72
commit a0c2c446b9
+1
View File
@@ -7,5 +7,6 @@ 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 %}