Skip to content

Commit

Permalink
Update src/components/Questions/QuestionShort.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Chartman123 <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux and Chartman123 authored Nov 27, 2023
1 parent b423d03 commit 10fad45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Questions/QuestionShort.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
:maxlength="maxStringLengths.answerText"
minlength="1"
:type="validationObject.inputType"
:step="validationObject.inputType === 'number' ? 'any' : null"

Check failure on line 41 in src/components/Questions/QuestionShort.vue

View workflow job for this annotation

GitHub Actions / eslint node

Expected "\t" character, but found " " character
@input="onInput"
@keydown.enter.exact.prevent="onKeydownEnter">
<NcActions v-if="!readOnly"
Expand Down

0 comments on commit 10fad45

Please sign in to comment.