We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc0601 commit 7cf484aCopy full SHA for 7cf484a
src/fields/fieldInput.vue
@@ -53,7 +53,6 @@
53
}
54
},
55
formatValueToModel(value) {
56
- console.log(this.schema.inputType, typeof value);
57
if (value != null) {
58
if (this.schema.inputType === "date" ||
59
this.schema.inputType === "datetime" ||
0 commit comments