From 655d62418b92e9d7431778913ee0cf10083cc105 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Wed, 18 May 2022 08:25:25 -0400 Subject: [PATCH] Tacking on fix for email address not validating when a space is present. We now trim the modelValue automatically --- src/common-components/textbox-question/textbox-question.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common-components/textbox-question/textbox-question.vue b/src/common-components/textbox-question/textbox-question.vue index 194ae34fc..4d1fac173 100644 --- a/src/common-components/textbox-question/textbox-question.vue +++ b/src/common-components/textbox-question/textbox-question.vue @@ -3,7 +3,7 @@