Closed colindeclue closed 8 years ago
If I set my object in the html (e.g., from a razor view) like so:
<input type="checkbox" checklist-model="selected" checklist-value="{'id': '@link.Id', 'title': '@link.Title'}" checklist-comparator=".id"/> @link.Title
Then it gets into a loop digesting when checking to see if the value has changed. Needs to respect the checklest-comparator?
Could you create an example in jsfiddle or something similar?
My pull request https://github.com/vitalets/checklist-model/pull/120 will fix this.
I will close this issue as the PR fix was merged.
If I set my object in the html (e.g., from a razor view) like so:
Then it gets into a loop digesting when checking to see if the value has changed. Needs to respect the checklest-comparator?