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