OO.ui.DropdownInputWidget.prototype.setDisabled = function ( state ) {
    this.dropdownWidget.setDisabled( state );
    OO.ui.DropdownInputWidget.super.prototype.setDisabled.call( this, state );
    return this;
};