From 18eccf277eb3b321a7237f18dff7416f78eaf149 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Mon, 7 Mar 2022 14:29:58 -0500 Subject: [PATCH] checking in for accesibility testing on label hack --- .../dropdown-question/dropdown-question.vue | 3 ++- .../textbox-question/textbox-question.vue | 13 ++++++++--- .../address-questions/address-questions.vue | 22 +++++++++---------- .../customer-questions/customer-questions.vue | 6 ++--- 4 files changed, 25 insertions(+), 19 deletions(-) diff --git a/src/common-components/dropdown-question/dropdown-question.vue b/src/common-components/dropdown-question/dropdown-question.vue index 5e6366a5b..3b8a53e45 100644 --- a/src/common-components/dropdown-question/dropdown-question.vue +++ b/src/common-components/dropdown-question/dropdown-question.vue @@ -4,7 +4,8 @@

There has been an error! @@ -23,8 +25,13 @@ export default { name: "textbox-question", props: { + type: { + type: String, + default: 'text', + }, modelValue: String, labelText: String, + ariaLabelText: String, placeholderText: String, inputId: String, isDisabled: Boolean, 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 1abd46980..c6ea0feca 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,30 +1,28 @@