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 8dbfa7b + bbfb534 commit 9e7baf4Copy full SHA for 9e7baf4
formTypes/normal.js
@@ -59,6 +59,6 @@ AutoForm.addFormType('normal', {
59
// Get SimpleSchema
60
var ss = AutoForm.getFormSchema(this.form.id);
61
// Validate
62
- return AutoForm._validateFormDoc(this.formDoc, false, this.form.id, ss, this.form);
+ return AutoForm._validateFormDoc(this.formDoc.insertDoc, false, this.form.id, ss, this.form);
63
}
64
});
0 commit comments