Skip to content

Commit 10fad45

Browse files
susnuxChartman123
andauthored
Update src/components/Questions/QuestionShort.vue
Co-authored-by: Chartman123 <chris-hartmann@gmx.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent b423d03 commit 10fad45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Questions/QuestionShort.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
:maxlength="maxStringLengths.answerText"
3939
minlength="1"
4040
:type="validationObject.inputType"
41+
:step="validationObject.inputType === 'number' ? 'any' : null"
4142
@input="onInput"
4243
@keydown.enter.exact.prevent="onKeydownEnter">
4344
<NcActions v-if="!readOnly"

0 commit comments

Comments
 (0)