1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-12 22:32:21 +04:00

autohight textarea sample

This commit is contained in:
chomik
2019-06-17 21:27:07 +02:00
parent 75a78b0187
commit 8486a54bbd
2 changed files with 13 additions and 9 deletions
@@ -1,10 +1,2 @@
{% include parts/form-fieldset.html %}
<div class="form-group">
<label class="form-label">Text mask</label>
{% include ui/input-mask.html mask="00/00/0000" placeholder="00/00/0000" visible=true %}
</div>
<div class="form-group">
<label class="form-label">Telephone mask</label>
{% include ui/input-mask.html mask="(00) 0000-0000" placeholder="(00) 0000-0000" visible=true %}
</div>
+13 -1
View File
@@ -1 +1,13 @@
5
<div class="form-group">
<label class="form-label">Text mask</label>
{% include ui/input-mask.html mask="00/00/0000" placeholder="00/00/0000" visible=true %}
</div>
<div class="form-group">
<label class="form-label">Telephone mask</label>
{% include ui/input-mask.html mask="(00) 0000-0000" placeholder="(00) 0000-0000" visible=true %}
</div>
<div class="form-group">
<label class="form-label">Autosize textarea</label>
<textarea class="form-control" data-toggle="autosize" placeholder="Typing something&hellip;"></textarea>
</div>