diff --git a/src/components/Questions/QuestionLong.vue b/src/components/Questions/QuestionLong.vue index 9b146e8..e51c503 100644 --- a/src/components/Questions/QuestionLong.vue +++ b/src/components/Questions/QuestionLong.vue @@ -26,6 +26,7 @@ :text="text" :mandatory="mandatory" :edit.sync="edit" + :read-only="readOnly" :max-question-length="maxStringLengths.questionText" :title-placeholder="answerType.titlePlaceholder" @update:text="onTitleChange" @@ -35,7 +36,8 @@