From 8da0dba4585adf80f9ddc1594dde85ef9375f7d0 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Mon, 24 Jul 2023 14:35:38 -0400 Subject: [PATCH] formatting before re-coding --- .../textbox-question/textbox-question.vue | 25 +++++++------------ 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/src/digital-components/textbox-question/textbox-question.vue b/src/digital-components/textbox-question/textbox-question.vue index 92b7deca..8a444c01 100644 --- a/src/digital-components/textbox-question/textbox-question.vue +++ b/src/digital-components/textbox-question/textbox-question.vue @@ -1,7 +1,5 @@ @@ -131,9 +122,11 @@ export default { }; // eslint-disable-next-line no-shadow - const { errorMessage, handleBlur, handleChange, meta, validate, errors } = useField(props.inputId, + const { errorMessage, handleBlur, handleChange, meta, validate, errors } = useField( + props.inputId, props.validationRules, - fieldOptions); + fieldOptions + ); return { errorMessage, @@ -213,7 +206,7 @@ export default {