Merge pull request #647 from dod-ccpo/dont-shift-on-error

Prevent page from shifting downward when validation error shows
This commit is contained in:
montana-mil 2019-02-14 10:46:16 -05:00 committed by GitHub
commit 6cf0423397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,9 @@
<template v-if='showError'>
<span class='usa-input__message' v-html='validationError'></span>
</template>
<template v-else>
<span class='usa-input__message'></span>
</template>
</div>
</textinput>