Opened 8 years ago
Closed 8 years ago
#14445 closed defect (fixed)
dojox.mvc.Output cannot display binding data when the data value is 0
Reported by: | Eric Wang | Owned by: | Ed Chatelain |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX MVC | Version: | 1.7.1 |
Keywords: | todoapp | Cc: | |
Blocked By: | Blocking: |
Description
Use dojox.mvc.Output to display value like this:
<span data-dojo-type="dojox.mvc.Output" data-dojo-props="ref: 'priority'">Priority: ${this.value}</span>
if priority=0, this span will display nothing after Priority: , However we expect it display Priority: 0
Change History (2)
comment:1 Changed 8 years ago by
Keywords: | todoapp added |
---|
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In [27682]: