OO.ui.ComboBoxInputWidget.prototype.onMenuChoose = function ( item ) {
    this.setValue( item.getData() );
};