diff --git a/IPython/html/static/notebook/js/widgets/widget_selection.js b/IPython/html/static/notebook/js/widgets/widget_selection.js index ece7a9a..92209de 100644 --- a/IPython/html/static/notebook/js/widgets/widget_selection.js +++ b/IPython/html/static/notebook/js/widgets/widget_selection.js @@ -64,7 +64,7 @@ define(["notebook/js/widgets/widget"], function(WidgetManager){ this.$droplabel.text(selected_item_text); } - var items = this.model.get('_values'); + var items = this.model.get('labels'); var $replace_droplist = $('