powmedia / backbone-forms

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

Checkboxes doesnt commit #252

Closed mohitmayank closed 4 years ago

mohitmayank commented 11 years ago

When a feed from model is used for defaults [Array of items as a attribute in model], Checkboxes doesnt commit the changes made with forms back to model.

One more bit of info. Only when i remove one/more check from the list of previously selected items the changes are not saved.

philfreo commented 11 years ago

Not sure what you mean exactly. Could you provide a test case or JS fiddle of the issue?

NowellVanHoesen commented 10 years ago

Using the latest version ( v0.13.0 ) fixed this issue for me. pro-tip: don't just download the latest version, make sure it's uploaded to the server/location where you're running the code.