##// END OF EJS Templates
Make sure to update the placeholder on render as well
Jessica B. Hamrick -
Show More
@@ -144,6 +144,8 b' define(["widgets/js/widget"], function(WidgetManager){'
144 144 this.model.on('change:placeholder', function(model, value, options) {
145 145 this.update_placeholder(value);
146 146 }, this);
147
148 this.update_placeholder();
147 149 },
148 150
149 151 update_placeholder: function(value) {
General Comments 0
You need to be logged in to leave comments. Login now