knockout.mapping icon indicating copy to clipboard operation
knockout.mapping copied to clipboard

Create handler causes mapping to evaluate pureComputed

Open DaveSweeton opened this issue 9 years ago • 1 comments

When using a create handler knockout.mapping calls the pureComputed immediately, defeating the purpose of having a pureComputed!

http://jsfiddle.net/947bfzqr/

DaveSweeton avatar Apr 12 '16 18:04 DaveSweeton

I guess there's a work around by reverting back to older style deferEvaluation computed:

http://jsfiddle.net/b8gygntu/

DaveSweeton avatar Apr 12 '16 19:04 DaveSweeton