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 @@