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.
1 parent 8dbfa7b commit bbfb534Copy full SHA for bbfb534
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