Fix wonky form validation

This commit is contained in:
richard-dds
2019-06-13 13:18:18 -04:00
parent 75d56b4bd9
commit a6c015753a
4 changed files with 30 additions and 12 deletions

View File

@@ -10,6 +10,7 @@
key='{{ field.name }}'
v-bind:watch='{{ watch | string | lower }}'
v-bind:optional={{ optional|lower }}
v-bind:null-option="'{{ field.default }}'"
>
<div
v-bind:class="['usa-input', { 'usa-input--error': showError, 'usa-input--success': showValid }]">