powmedia / backbone-forms

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

Nested Model Validation #414

Closed exussum12 closed 10 years ago

exussum12 commented 10 years ago

Nested models seem to ignore the validators.

http://jsfiddle.net/dW2Qu/552/

As an example, a validator on email runs (alerts Email) but doesnt run for the nested model (no nm alert)

exussum12 commented 10 years ago

Sorry - updated the commit - didnt realize it was already pulled

exussum12 commented 10 years ago

return statement is changed to return _.isEmpty(errors)?false:errors; to avoid returning an empty object

powmedia commented 10 years ago

Updated, thanks