From 53530095dc019997f06a15d0dfde977d538e52b7 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Fri, 26 Apr 2024 06:45:00 -0400 Subject: [PATCH] WIP --- .../textbox-question/textbox-question.vue | 59 ++++++++++++++++++- .../address-questions/address-questions.vue | 26 ++++++-- .../customer-questions/customer-questions.vue | 30 ++++++++-- 3 files changed, 105 insertions(+), 10 deletions(-) diff --git a/src/digital-components/textbox-question/textbox-question.vue b/src/digital-components/textbox-question/textbox-question.vue index 13e845f08..23858f074 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" + @animationstart="checkAnimation" />