OO.ui.SearchInputWidget.prototype.setReadOnly = function ( state ) {
    OO.ui.SearchInputWidget.super.prototype.setReadOnly.call( this, state );
    this.updateSearchIndicator();
    return this;
};