Prevent page from shifting downward when validation error shows

This commit is contained in:
Montana 2019-02-14 09:01:04 -05:00
parent baa0afe106
commit d5a14d5ed6

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>