OO.ui.DropdownInputWidget.prototype.focus = function () {
    this.dropdownWidget.focus();
    return this;
};