#18440 closed enhancement (fixed)
Need support for computed property
Reported by: | Akira Sudoh | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.11 |
Component: | General | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It's a common use case of dojo/Stateful and dojox/mvc/StatefulArray to compute a property from two or more of them. e.g. Full name equals first name plus last name, Count of complete todos equals the sum of 1 for complete todos and 0 for incomplete todos.
Some discussions can be found at: https://github.com/tastejs/todomvc/pull/1101/files#r22573875 as well as http://dojo-toolkit.33424.n3.nabble.com/Binding-to-a-Stateful-s-computed-property-td3990310.html
Change History (4)
comment:1 Changed 6 years ago by
Owner: | set to Ed Chatelain <[email protected]…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 6 years ago by
Milestone: | tbd → 1.10.5 |
---|
comment:3 Changed 6 years ago by
Presumably you meant to set the milestone field (indicating the fixed version) to 1.11?
Note: See
TracTickets for help on using
tickets.
In 3c495074e5e20159f3aeda7c188e3ac8cd09ce64/dojox: