powmedia / backbone-forms

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

Editor should allow false as a value #271

Closed ewang closed 11 years ago

ewang commented 11 years ago

Fixes bug to allow for when value is intentionally false.

exussum12 commented 11 years ago

Is there a test for this ? Setting as false would be the same as not setting anything ?

philfreo commented 11 years ago

@ewang could you add a test case please? (that fails without, but passes with, this patch)

ewang commented 11 years ago

Done... That test should do the trick.