This commit is contained in:
2021-02-10 16:16:33 +00:00
parent aa5a952aa4
commit d7cc0ce407
24 changed files with 62 additions and 67 deletions

View File

@@ -32,13 +32,13 @@ export default {
};
},
props: {
label: String,
rules: Array,
label: { type: String, default: null },
rules: { type: Array, default: undefined},
errorMessages: { type: Array, default: null },
value: { type: String, default: null },
readonly: { type: Boolean, default: false },
disabled: { type: Boolean, default: false },
testId: String
testId: { type: String, default: null }
},
computed: {
dateValue() {