Skip to content

Commit 0f4f6af

Browse files
authored
Merge pull request #71 from marcosmoura/bugfix/#67-input-number-not-accepting-numbers
Bugfix/#67 input number not accepting numbers
2 parents 5044f25 + 3f13595 commit 0f4f6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/mdInputContainer/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
22
props: {
3-
value: String,
3+
value: [String, Number],
44
disabled: Boolean,
55
required: Boolean,
66
maxlength: [Number, String],

0 commit comments

Comments
 (0)