diff --git a/src/digital-components/textbox-question/textbox-question.vue b/src/digital-components/textbox-question/textbox-question.vue index bbbbb0bd7..2800e260a 100644 --- a/src/digital-components/textbox-question/textbox-question.vue +++ b/src/digital-components/textbox-question/textbox-question.vue @@ -27,6 +27,7 @@ cornerStyle === 'rounded' ? 'rounded-pill' : '', ]" :validationRules="validationRules" + @input="handleChange" @change="handleChange" @blur="handleChange" :maxlength="maxLength ? maxLength : '999'"