From 21c8a65df21197f2f3d621bef948e9ba8f50aeb8 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Tue, 28 May 2024 10:25:25 -0400 Subject: [PATCH] One more time, then reverting to previous and leaving it there --- .../textbox-question/textbox-question.vue | 4 +++- .../address-questions/address-questions.vue | 13 +++++++++---- .../customer-questions/customer-questions.vue | 9 ++++++--- 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/src/digital-components/textbox-question/textbox-question.vue b/src/digital-components/textbox-question/textbox-question.vue index 8eb1bb1d1..15fb89a8b 100644 --- a/src/digital-components/textbox-question/textbox-question.vue +++ b/src/digital-components/textbox-question/textbox-question.vue @@ -45,7 +45,8 @@ @blur="handleChange" :maxlength="maxLength ? maxLength : '999'" @focus="$emit('focus', $event.target.value)" - @keydown="keyDownHandler" /> + @keydown="keyDownHandler" + :autocomplete="autocomplete" />