From fc8be0cee2db03b74bb1be864d735639030f3776 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Fri, 13 May 2022 14:01:11 -0400 Subject: [PATCH 01/10] Fixed multiple vehicle matching entered vehicle bug --- .../dropdown-question/dropdown-question.vue | 22 ++++++++++++---- src/layouts/address-lookup/address-lookup.vue | 26 +++++++++++++------ .../address-questions/address-questions.vue | 4 ++- 3 files changed, 38 insertions(+), 14 deletions(-) diff --git a/src/common-components/dropdown-question/dropdown-question.vue b/src/common-components/dropdown-question/dropdown-question.vue index a64d873f9..8e6ae0faa 100644 --- a/src/common-components/dropdown-question/dropdown-question.vue +++ b/src/common-components/dropdown-question/dropdown-question.vue @@ -1,5 +1,5 @@