From 21517e45a74b3c2cee76a9a05ed111cfc338b267 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Thu, 16 Feb 2023 07:36:37 -0500 Subject: [PATCH] Removed all unused 'disableAutoFill' code --- .../dropdown-question/dropdown-question.vue | 29 ++----------------- .../textbox-question/textbox-question.spec.js | 18 ------------ .../textbox-question/textbox-question.vue | 28 ------------------ .../address-questions/address-questions.vue | 2 -- .../customer-questions/customer-questions.vue | 3 -- src/layouts/estimate/estimate.vue | 2 -- .../mobile-location-modal-questions.vue | 1 - .../service-location/service-location.vue | 8 ++--- .../service-zip-modal-question.vue | 2 +- .../service-zip-question.vue | 2 +- src/layouts/vin-lookup/vin-lookup.vue | 3 -- 11 files changed, 6 insertions(+), 92 deletions(-) diff --git a/src/digital-components/dropdown-question/dropdown-question.vue b/src/digital-components/dropdown-question/dropdown-question.vue index 9b999991a..3dfc82947 100644 --- a/src/digital-components/dropdown-question/dropdown-question.vue +++ b/src/digital-components/dropdown-question/dropdown-question.vue @@ -6,7 +6,7 @@ :for="inputId" :aria-label="questionText" class="form-label" - v-html="labelText"> + v-html="questionText">