diff --git a/source/Ox.UI/js/Form/ArrayEditable.js b/source/Ox.UI/js/Form/ArrayEditable.js index 0630db45..00a0f5aa 100644 --- a/source/Ox.UI/js/Form/ArrayEditable.js +++ b/source/Ox.UI/js/Form/ArrayEditable.js @@ -56,7 +56,9 @@ Ox.ArrayEditable = function(options, self) { }, placeholder: function() { if (self.options.items.length == 0) { - self.$items[0].options({value: self.options.placeholder}); + self.$items[0] + .options({value: self.options.placeholder}) + .addClass('OxPlaceholder'); } }, selected: function() {