From bfbe8aa5f024ced970d00a934aa8c9c88031d551 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Wed, 16 Mar 2022 11:46:27 -0400 Subject: [PATCH] CMS related coding changes for textbox-question and dropdown-question --- .../dropdown-question/dropdown-question.vue | 23 ++++++-- .../textbox-question/textbox-question.vue | 34 +++++++++-- src/layouts/address-lookup/address-lookup.vue | 16 ++++- .../address-questions/address-questions.vue | 58 +++++++++---------- .../customer-questions/customer-questions.vue | 15 +++-- 5 files changed, 98 insertions(+), 48 deletions(-) diff --git a/src/common-components/dropdown-question/dropdown-question.vue b/src/common-components/dropdown-question/dropdown-question.vue index 91924c1db..d5050f74b 100644 --- a/src/common-components/dropdown-question/dropdown-question.vue +++ b/src/common-components/dropdown-question/dropdown-question.vue @@ -1,6 +1,6 @@ @@ -54,8 +56,16 @@ export default { resultMap.cmsContent.FunnelFooterWidget ); vm.$refs.customerQuestions.initializeComponent([ + resultMap.cmsContent.StreetAddressQuestionWidget, + resultMap.cmsContent.CityQuestionWidget, + resultMap.cmsContent.StateQuestionWidget, + resultMap.cmsContent.ZipQuestionWidget, resultMap.cmsContent.AlertVerificationWarningWidget, - resultMap.cmsContent.AlertNoMatchWarningWidget + resultMap.cmsContent.AlertNoMatchWarningWidget, + resultMap.cmsContent.FirstNameQuestionWidget, + resultMap.cmsContent.LastNameQuestionWidget, + resultMap.cmsContent.EmailAddressQuestionWidget, + ] ); }); diff --git a/src/layouts/address-lookup/customer-questions/address-questions/address-questions.vue b/src/layouts/address-lookup/customer-questions/address-questions/address-questions.vue index 4e4971f12..f347264b4 100644 --- a/src/layouts/address-lookup/customer-questions/address-questions/address-questions.vue +++ b/src/layouts/address-lookup/customer-questions/address-questions/address-questions.vue @@ -1,28 +1,26 @@ @@ -20,7 +20,6 @@