OO.ui.DropdownInputWidget.prototype.setLabelledBy = function ( id ) {
    this.dropdownWidget.setLabelledBy( id );
};