Skip to content

Commit

Permalink
type number
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehor Podporinov authored and Yehor Podporinov committed Sep 16, 2023
1 parent ac23be4 commit 9522b1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forms/DateForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
v-for="(_, key) in form"
:key="key"
v-model="form[key]"
type="number"
:label="$t(`date-form.${key}-label`)"
:placeholder="$t(`date-form.${key}-placeholder`)"
:error-message="getFieldErrorMessage(key)"
Expand Down

0 comments on commit 9522b1c

Please sign in to comment.