diff --git a/src/digital-components/textbox-question/textbox-question.vue b/src/digital-components/textbox-question/textbox-question.vue
index 23858f074..c514a0f81 100644
--- a/src/digital-components/textbox-question/textbox-question.vue
+++ b/src/digital-components/textbox-question/textbox-question.vue
@@ -45,8 +45,7 @@
@blur="handleChange"
:maxlength="maxLength ? maxLength : '999'"
@focus="$emit('focus', $event.target.value)"
- @keydown="keyDownHandler"
- @animationstart="checkAnimation" />
+ @keydown="keyDownHandler" />
+ @keydown.enter.prevent />