CASH-1184
CASH-1184 moved state and zip onto their own line, as per requirements from tim. and added a loading modal for the edit link
This commit is contained in:
parent
8dffd412ad
commit
71a3ae73e9
2 changed files with 4 additions and 3 deletions
|
|
@ -43,8 +43,8 @@
|
|||
</div>
|
||||
</transition>
|
||||
<transition name="fade" mode="out-in">
|
||||
<div class="row mb-4" aria-live="polite">
|
||||
<div class="col-8">
|
||||
<div class="mb-4" aria-live="polite">
|
||||
<div class="col mb-4">
|
||||
<dropdownQuestion
|
||||
customDropdownId="state"
|
||||
cmsWidgetName="StateQuestionWidget"
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
:labelBold="labelBold"
|
||||
:isDisabled="this.isStateDisabled" />
|
||||
</div>
|
||||
<div class="col-4">
|
||||
<div class="col">
|
||||
<textboxQuestion
|
||||
customInputId="zipCode"
|
||||
cmsWidgetName="ZipQuestionWidget"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
<textLink
|
||||
linkType="navigation"
|
||||
:text="editLink"
|
||||
useLoadingModal
|
||||
@click-event="linkClick"
|
||||
href="javascript:void(0)"
|
||||
data-bs-target="#footerModal"
|
||||
|
|
|
|||
Loading…
Reference in a new issue