From 10fad45e85f5b878d224ea060e6fedf982bae33f Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 27 Nov 2023 14:42:12 +0100 Subject: [PATCH] Update src/components/Questions/QuestionShort.vue Co-authored-by: Chartman123 Signed-off-by: Ferdinand Thiessen --- src/components/Questions/QuestionShort.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Questions/QuestionShort.vue b/src/components/Questions/QuestionShort.vue index 883b51f32..a8412b0a2 100644 --- a/src/components/Questions/QuestionShort.vue +++ b/src/components/Questions/QuestionShort.vue @@ -38,6 +38,7 @@ :maxlength="maxStringLengths.answerText" minlength="1" :type="validationObject.inputType" + :step="validationObject.inputType === 'number' ? 'any' : null" @input="onInput" @keydown.enter.exact.prevent="onKeydownEnter">