backbone-forms
backbone-forms copied to clipboard
Allow skipping of schema validation from commit
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