powmedia / backbone-forms

Form framework for BackboneJS with nested forms, editable lists and validation
MIT License
2.17k stars 415 forks source link

Allow skipping of schema validation from commit #541

Open hcharley opened 7 years ago

hcharley commented 7 years ago

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