Prevent page from shifting downward when validation error shows
This commit is contained in:
parent
baa0afe106
commit
d5a14d5ed6
@ -88,6 +88,9 @@
|
|||||||
<template v-if='showError'>
|
<template v-if='showError'>
|
||||||
<span class='usa-input__message' v-html='validationError'></span>
|
<span class='usa-input__message' v-html='validationError'></span>
|
||||||
</template>
|
</template>
|
||||||
|
<template v-else>
|
||||||
|
<span class='usa-input__message'></span>
|
||||||
|
</template>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</textinput>
|
</textinput>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user