|
Lines 118-123
Link Here
|
| 118 |
this._registerAtParentOnShowEvents(lang.hitch(this, 'resize')); |
118 |
this._registerAtParentOnShowEvents(lang.hitch(this, 'resize')); |
| 119 |
}, |
119 |
}, |
| 120 |
|
120 |
|
|
|
121 |
_setCustomValue: function() { |
| 122 |
// overwrite handling of _SelectMixin |
| 123 |
this.value = null; // force notification of watch handlers |
| 124 |
this.set('value', this._initialValue); |
| 125 |
this._resetValue = this._initialValue; |
| 126 |
}, |
| 127 |
|
| 121 |
_getSizeAttr: function() { |
128 |
_getSizeAttr: function() { |
| 122 |
return this.get('autoHeight'); |
129 |
return this.get('autoHeight'); |
| 123 |
}, |
130 |
}, |