From 6fcd948741e67d40ad41e853d998a563106ee2de 2014-04-17 15:06:00 From: Jessica B. Hamrick Date: 2014-04-17 15:06:00 Subject: [PATCH] Make sure to update the placeholder on render as well --- 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) {