diff --git a/src/components/Questions/Question.vue b/src/components/Questions/Question.vue index 45d99c6..f4051d9 100644 --- a/src/components/Questions/Question.vue +++ b/src/components/Questions/Question.vue @@ -43,10 +43,13 @@ minlength="1" :maxlength="maxQuestionLength" required - @input="onInput" - @keyup="onTitleChange"> -

+ @input="onTitleChange"> +

+ + {{ t('forms', 'Mandatory') }} + {{ t('forms', 'Delete question') }} @@ -59,14 +62,10 @@ diff --git a/src/components/Questions/QuestionLong.vue b/src/components/Questions/QuestionLong.vue index b0e92ca..24c9c86 100644 --- a/src/components/Questions/QuestionLong.vue +++ b/src/components/Questions/QuestionLong.vue @@ -24,16 +24,18 @@ + @update:text="onTitleChange" + @update:mandatory="onMandatoryChange" + @delete="onDelete">