From e898cb4e23954cf2fbe22b29eaab2ef0afc85e5b Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Wed, 22 May 2024 11:54:02 -0400 Subject: [PATCH 1/2] remove labelText code. FMG does not have this. --- .../textbox-question/textbox-question.vue | 26 +------------------ 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/src/digital-components/textbox-question/textbox-question.vue b/src/digital-components/textbox-question/textbox-question.vue index 09ccf253..36b37b69 100644 --- a/src/digital-components/textbox-question/textbox-question.vue +++ b/src/digital-components/textbox-question/textbox-question.vue @@ -8,7 +8,7 @@ :aria-label="questionText" class="form-label" :class="[questionAlignment === 'center' ? 'text-center w-100 mb-5' : '']" - v-html="labelText"> + v-html="questionText">