backbone.validation icon indicating copy to clipboard operation
backbone.validation copied to clipboard

Validation not working when attributes contain property length

Open juneidy opened this issue 9 years ago • 2 comments

I have done some debugging and it is due to _.each prioritising array. Reference: jashkenas/underscore#2407

juneidy avatar Jan 07 '16 06:01 juneidy

To make it easy for you, it happens in the function flatten in backbone-validation-amd.js

juneidy avatar Jan 07 '16 06:01 juneidy

For details also see this issue: https://github.com/gmac/backbone.epoxy/issues/124

jekuno avatar Feb 05 '16 11:02 jekuno