diff --git a/source/UI/js/Form/EditableContent.js b/source/UI/js/Form/EditableContent.js index b5766837..a840909c 100644 --- a/source/UI/js/Form/EditableContent.js +++ b/source/UI/js/Form/EditableContent.js @@ -36,6 +36,9 @@ Ox.EditableContent = function(options, self) { submit(); } }, + placeholder: function() { + !self.options.editing && that.html(formatValue()); + }, highlight: function() { !self.options.editing && that.html(formatValue()); },