From fc511c42cd48216ff91ab4586304bdd58a16f5f3 Mon Sep 17 00:00:00 2001 From: hamza221 Date: Sat, 19 Nov 2022 19:36:09 +0100 Subject: [PATCH] Add multiple options with one paste #337 Signed-off-by: hamza221 --- src/components/Questions/Question.vue | 98 ++++++++++++++++++- src/components/Questions/QuestionDropdown.vue | 1 + src/components/Questions/QuestionMultiple.vue | 1 + src/mixins/QuestionMixin.js | 28 ++++++ 4 files changed, 127 insertions(+), 1 deletion(-) diff --git a/src/components/Questions/Question.vue b/src/components/Questions/Question.vue index 99f56ba8a..ea4ad2168 100644 --- a/src/components/Questions/Question.vue +++ b/src/components/Questions/Question.vue @@ -34,7 +34,33 @@ :aria-label="t('forms', 'Drag to reorder the questions')"> - + +