From b5fbdfec9382e96c5f53b9894a472f6744d0f4fe Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Wed, 8 Mar 2023 13:37:14 -0500 Subject: [PATCH] Formatting --- src/common-components/textbox-question/textbox-question.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/common-components/textbox-question/textbox-question.vue b/src/common-components/textbox-question/textbox-question.vue index 84c936e24..eddfd835e 100644 --- a/src/common-components/textbox-question/textbox-question.vue +++ b/src/common-components/textbox-question/textbox-question.vue @@ -129,9 +129,7 @@ export default { // Wait for DOM to update before firing change event to handle validation. await this.$nextTick(); - document.getElementById(this.inputId).dispatchEvent( - new Event('change') - ); + document.getElementById(this.inputId).dispatchEvent(new Event("change")); }) .catch((error) => { console.log(error);