commit
2839081866
1 changed files with 14 additions and 12 deletions
|
|
@ -20,18 +20,20 @@
|
||||||
displayInvalidZipAlert || displayNoShopsAlert || !selectedProviderNumber
|
displayInvalidZipAlert || displayNoShopsAlert || !selectedProviderNumber
|
||||||
"
|
"
|
||||||
@footer-button-event="setZipCodeAndShop">
|
@footer-button-event="setZipCodeAndShop">
|
||||||
<serviceZipQuestion
|
<form @submit.prevent>
|
||||||
ref="serviceZipQuestion"
|
<serviceZipQuestion
|
||||||
class="shop-question-zipcode"
|
ref="serviceZipQuestion"
|
||||||
customInputId="serviceZipCode"
|
class="shop-question-zipcode"
|
||||||
v-model="internalModel.zipCode"
|
customInputId="serviceZipCode"
|
||||||
v-on="{ 'textboxQuestionEvent.inputIdAssigned': onInputIdAssigned }"
|
v-model="internalModel.zipCode"
|
||||||
cmsWidgetName="ServiceZipQuestionWidget"
|
v-on="{ 'textboxQuestionEvent.inputIdAssigned': onInputIdAssigned }"
|
||||||
@search-icon-click="onSearchZip"
|
cmsWidgetName="ServiceZipQuestionWidget"
|
||||||
@keydown.enter="onSearchZip"
|
@search-icon-click="onSearchZip"
|
||||||
includeSearchIcon
|
@keydown.enter="onSearchZip"
|
||||||
:isRequired="false"
|
includeSearchIcon
|
||||||
:validationRules="''" />
|
:isRequired="false"
|
||||||
|
:validationRules="''" />
|
||||||
|
</form>
|
||||||
<alert
|
<alert
|
||||||
ref="alertInvalidZip"
|
ref="alertInvalidZip"
|
||||||
v-if="displayInvalidZipAlert"
|
v-if="displayInvalidZipAlert"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue