this._hasBeenBlurred = false; if(this.setValue && !this._getValueDeprecated){ this.setValue(this._resetValue, true); }else if(this._onChangeMonitor){ this.setAttribute(this._onChangeMonitor, (this._resetValue !== undefined && this._resetValue !== null)? this._resetValue : ''); }