Merge branch 'master' into ui/input-field-frontend-validation
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user