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:
commit
6cf0423397
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user