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

input-mask plugin

This commit is contained in:
codecalm
2018-02-19 21:46:22 +01:00
parent 158fd49073
commit 2aed4f85a2
+5 -1
View File
@@ -43,4 +43,8 @@
<input type="text" name="field-name" class="form-control" data-mask="099.099.099.099" data-mask-clearifnotmatch="true" placeholder="000.000.000.000" />
</div>
</div>
</div>
</div>
<script>
require(['input-mask']);
</script>