From 869cd3c1dafcf1a98e4df73a2069dac9944de96b 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 | 15 ++- src/components/Questions/Question.vue | 44 ++------ src/components/Questions/QuestionDate.vue | 4 + src/components/Questions/QuestionDropdown.vue | 63 ++++++----- src/components/Questions/QuestionLong.vue | 2 + src/components/Questions/QuestionMultiple.vue | 94 ++++++++-------- src/components/Questions/QuestionShort.vue | 6 +- src/mixins/QuestionMixin.js | 17 +-- src/views/Create.vue | 103 ++++-------------- 9 files changed, 126 insertions(+), 222 deletions(-) diff --git a/src/components/Questions/AnswerInput.vue b/src/components/Questions/AnswerInput.vue index df5672d38..ebca9d7e0 100644 --- a/src/components/Questions/AnswerInput.vue +++ b/src/components/Questions/AnswerInput.vue @@ -1,5 +1,5 @@