diff --git a/src/common-components/textbox-question/textbox-question.vue b/src/common-components/textbox-question/textbox-question.vue index b83c04c57..719b4524f 100644 --- a/src/common-components/textbox-question/textbox-question.vue +++ b/src/common-components/textbox-question/textbox-question.vue @@ -31,8 +31,8 @@ :maxlength="maxLength ? maxLength : '999'" @focus="$emit('focus', $event.target.value)" />