There was an error while loading. Please reload this page.
1 parent 4945a45 commit 5097bf3Copy full SHA for 5097bf3
1 file changed
src/ui/Component.js
@@ -75,8 +75,8 @@ var Component = this.Component = Base.extend(Callback, /** @lends Component# */{
75
that.setValue(
76
DomElement.get(this, that._info.value || 'value'));
77
if (fireChange) {
78
- that._palette.fire('change', that, that.name, value);
79
- that.fire('change', value);
+ that._palette.fire('change', that, that.name, that._value);
+ that.fire('change', that._value);
80
}
81
},
82
click: function() {
0 commit comments