CASH-1158

CASH-1158 fixed serviceZipQuestion button click event from bubbling up to schedule page, preventing unwanted background validation for timeslots before user has closed the drawer
This commit is contained in:
Johnny shultz 2025-07-14 16:03:23 -04:00
parent 1bb2cf86fc
commit 3e83b5a899

View file

@ -20,6 +20,7 @@
displayInvalidZipAlert || displayNoShopsAlert || !selectedProviderNumber displayInvalidZipAlert || displayNoShopsAlert || !selectedProviderNumber
" "
@footer-button-event="setZipCodeAndShop"> @footer-button-event="setZipCodeAndShop">
<form @submit.prevent>
<serviceZipQuestion <serviceZipQuestion
ref="serviceZipQuestion" ref="serviceZipQuestion"
class="shop-question-zipcode" class="shop-question-zipcode"
@ -32,6 +33,7 @@
includeSearchIcon includeSearchIcon
:isRequired="false" :isRequired="false"
:validationRules="''" /> :validationRules="''" />
</form>
<alert <alert
ref="alertInvalidZip" ref="alertInvalidZip"
v-if="displayInvalidZipAlert" v-if="displayInvalidZipAlert"