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:
Johnny shultz 2025-08-29 14:55:26 -04:00
parent 8dffd412ad
commit 71a3ae73e9
2 changed files with 4 additions and 3 deletions

View file

@ -43,8 +43,8 @@
</div> </div>
</transition> </transition>
<transition name="fade" mode="out-in"> <transition name="fade" mode="out-in">
<div class="row mb-4" aria-live="polite"> <div class="mb-4" aria-live="polite">
<div class="col-8"> <div class="col mb-4">
<dropdownQuestion <dropdownQuestion
customDropdownId="state" customDropdownId="state"
cmsWidgetName="StateQuestionWidget" cmsWidgetName="StateQuestionWidget"
@ -56,7 +56,7 @@
:labelBold="labelBold" :labelBold="labelBold"
:isDisabled="this.isStateDisabled" /> :isDisabled="this.isStateDisabled" />
</div> </div>
<div class="col-4"> <div class="col">
<textboxQuestion <textboxQuestion
customInputId="zipCode" customInputId="zipCode"
cmsWidgetName="ZipQuestionWidget" cmsWidgetName="ZipQuestionWidget"

View file

@ -12,6 +12,7 @@
<textLink <textLink
linkType="navigation" linkType="navigation"
:text="editLink" :text="editLink"
useLoadingModal
@click-event="linkClick" @click-event="linkClick"
href="javascript:void(0)" href="javascript:void(0)"
data-bs-target="#footerModal" data-bs-target="#footerModal"