Skip to content

Commit

Permalink
Merge pull request #107 from owowagency/fix/allow-numbers-in-form-con…
Browse files Browse the repository at this point in the history
…trol
  • Loading branch information
Sjoertjuh authored Nov 22, 2023
2 parents 27b476c + 00f987b commit fcb0832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composables/useFormControl/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const formControlProps = {
},
...disabledProps,
modelValue: {
type: String,
type: [String, Number],
default: '',
},
placeholder: {
Expand Down

0 comments on commit fcb0832

Please sign in to comment.