powmedia / backbone-forms

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

allow to pass 'data' alongside 'model' for defaults #355

Open 0xgeert opened 10 years ago

0xgeert commented 10 years ago

Right now if model is passed data is omitted.

It would be useful to allow passing in both data and model so data can be used for defaults wherever a property doesn't exist in model

What do you think?

exussum12 commented 10 years ago

Ive got a similar issue open #280