[patch] [cla] Checkbox's setValueAttr doesn't respect priorityChange
Most of the form widgets now support a third parameter to .attr('value', val, priorty) which allows you to prevent triggering onChange() essentially. This exists for doing attr("checked"), which is what attr('value') ultimately calls. Here is a small patch to allow the priority change attribute from _setValueAttr to be passed through to setCheckedAttr.
http://dmachi.dojotoolkit.org/CheckBox_priorityChange.patch
Change History (5)
Cc: |
Douglas Hays added
|
Summary: |
Checkbox's setValueAttr doesn't respect priorityChange →
[patch] [cla] Checkbox's setValueAttr doesn't respect priorityChange
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Component: |
Dijit →
Dijit - Form
|
Looks good to me, Doug do you see any problems?