We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5044f25 + 3f13595 commit 0f4f6afCopy full SHA for 0f4f6af
src/components/mdInputContainer/common.js
@@ -1,6 +1,6 @@
1
export default {
2
props: {
3
- value: String,
+ value: [String, Number],
4
disabled: Boolean,
5
required: Boolean,
6
maxlength: [Number, String],
0 commit comments