Use v-cloak for all TextInputs

This commit is contained in:
Montana
2019-01-23 13:40:36 -05:00
parent 276e9dd75c
commit 41e6500ddd
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
noMaxWidth=False) -%}
<textinput
v-cloak
name='{{ field.name }}'
validation='{{ validation }}'
{% if paragraph %}paragraph='true'{% endif %}