fix a bug in array editable
This commit is contained in:
parent
0b155c4bb2
commit
0800fd8f37
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue