OO.ui.ComboBoxInputWidget.prototype.setDisabled = function () {
    // Parent method
    OO.ui.ComboBoxInputWidget.super.prototype.setDisabled.apply( this, arguments );
    this.updateControlsDisabled();
    return this;