From f75ac1162ab1eb3cd912cba02bf1f0e549f4512f Mon Sep 17 00:00:00 2001 From: Katie Kroell Date: Tue, 4 Jul 2023 09:57:16 -0400 Subject: [PATCH] add missing prop --- src/digital-components/textbox-question/textbox-question.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/digital-components/textbox-question/textbox-question.vue b/src/digital-components/textbox-question/textbox-question.vue index 85c21243..2a71b795 100644 --- a/src/digital-components/textbox-question/textbox-question.vue +++ b/src/digital-components/textbox-question/textbox-question.vue @@ -67,6 +67,10 @@ export default { type: String, default: "", }, + displayQuestionText: { + type: Boolean, + default: true, + }, modelValue: String, inputId: { type: String,