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