powmedia / backbone-forms

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

Allow the list editor to handle a collection as well as an array. #521

Closed glenpike closed 7 years ago

glenpike commented 7 years ago

Fixes #520 If the value has been passed as a collection, then convert this to an array before trying to add items. Add test for this, make array test more robust and de-dupe.