1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

autosize fix

This commit is contained in:
codecalm
2019-12-21 00:31:39 +01:00
parent 9a24cbcd75
commit d5dbac0aff
2 changed files with 3 additions and 1 deletions

View File

@@ -59,5 +59,5 @@
<div class="mb-3">
<label class="form-label">Autosize textarea</label>
<textarea class="form-control" data-toggle="autosize" placeholder="Typing something&hellip;"></textarea>
{% include ui/form/textarea-autosize.html %}
</div>

View File

@@ -0,0 +1,2 @@
{% append_lib autosize %}
<textarea class="form-control" data-toggle="autosize" placeholder="{{ include.placeholder | default: 'Typing something&hellip;' }}"></textarea>