fix a bug in array editable

This commit is contained in:
rolux 2013-03-08 16:56:47 +05:30
parent 0b155c4bb2
commit 0800fd8f37

View file

@ -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() {