Merge branch 'master' into ui/input-field-frontend-validation

This commit is contained in:
andrewdds
2018-08-09 13:56:09 -04:00
committed by GitHub
59 changed files with 948 additions and 226 deletions

View File

@@ -17,7 +17,7 @@
<span class='usa-input__help'>{{ field.description | safe }}</span>
{% endif %}
{% if errors %}
{% if field.errors %}
{{ Icon('alert') }}
{% endif %}
@@ -54,6 +54,7 @@
placeholder='{{ placeholder }}'
{% if field.errors %}aria-invalid='true'{% endif %}>
</masked-input>
{% endif %}
{% if field.errors %}