Opened 10 years ago
Last modified 6 years ago
#16350 closed defect
setting checked state of dojox/mobile/CheckBox by .set("value") does not work — at Version 2
Reported by: | Colin Snover | Owned by: | Eric Durocher |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | DojoX Mobile | Version: | 1.8.1 |
Keywords: | Cc: | cjolif | |
Blocked By: | Blocking: |
Description (last modified by )
dijit/form/_CheckBoxMixin
does not include _getValueAttr
or _setValueAttr
methods that dijit/form/CheckBox
has, and dojox/mobile/CheckBox
only copies _getValueAttr
so setting the checked value of the checkbox by e.g. parentForm.set("value", hashMap)
or (less importantly) checkBox.set("value", Boolean)
is broken.
Change History (2)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Summary: | setting value of dojox/mobile/CheckBox by .set("value") does not work → setting checked state of dojox/mobile/CheckBox by .set("value") does not work |
Note: See
TracTickets for help on using
tickets.