From d99e3b193dab2c8bc8146cc7af3af620e190ad73 Mon Sep 17 00:00:00 2001 From: Christian Hartmann Date: Fri, 20 Oct 2023 00:07:59 +0200 Subject: [PATCH] fix(a11y): Make form editable with keyboard Signed-off-by: Christian Hartmann --- src/components/Questions/AnswerInput.vue | 21 ++-- src/components/Questions/Question.vue | 50 +------- src/components/Questions/QuestionDate.vue | 4 + src/components/Questions/QuestionDropdown.vue | 77 +++++++------ src/components/Questions/QuestionLong.vue | 2 + src/components/Questions/QuestionMultiple.vue | 108 +++++++++--------- src/components/Questions/QuestionShort.vue | 6 +- src/mixins/QuestionMixin.js | 17 +-- src/views/Create.vue | 103 ++++------------- 9 files changed, 155 insertions(+), 233 deletions(-) diff --git a/src/components/Questions/AnswerInput.vue b/src/components/Questions/AnswerInput.vue index df5672d38..2ce2e743c 100644 --- a/src/components/Questions/AnswerInput.vue +++ b/src/components/Questions/AnswerInput.vue @@ -1,5 +1,5 @@