diff --git a/IPython/html/static/widgets/js/widget_string.js b/IPython/html/static/widgets/js/widget_string.js index 0298e2a..aa5f98e 100644 --- a/IPython/html/static/widgets/js/widget_string.js +++ b/IPython/html/static/widgets/js/widget_string.js @@ -144,6 +144,8 @@ define(["widgets/js/widget"], function(WidgetManager){ this.model.on('change:placeholder', function(model, value, options) { this.update_placeholder(value); }, this); + + this.update_placeholder(); }, update_placeholder: function(value) {