backbone-forms icon indicating copy to clipboard operation
backbone-forms copied to clipboard

Allow skipping of schema validation from commit

Open hcharley opened this issue 8 years ago • 0 comments

Like so: form.commit({ schemaValidate:false })

This allows data to be written to the model using the handy form.commit() method in a preliminary state, before validation.

Further discussion and usecase in https://github.com/powmedia/backbone-forms/issues/540

hcharley avatar Feb 08 '17 00:02 hcharley