diff --git a/IPython/html/static/widgets/js/widget_selection.js b/IPython/html/static/widgets/js/widget_selection.js index a40433c..1986957 100644 --- a/IPython/html/static/widgets/js/widget_selection.js +++ b/IPython/html/static/widgets/js/widget_selection.js @@ -60,7 +60,7 @@ define([ this.$droplabel.text(selected_item_text); } - var items = this.model.get('value_names'); + var items = this.model.get('_value_names'); var $replace_droplist = $('