pass options through array editable
This commit is contained in:
parent
5f15edeb16
commit
424bbdd759
1 changed files with 2 additions and 0 deletions
|
@ -164,7 +164,9 @@ Ox.ArrayEditable = function(options, self) {
|
|||
autocompleteSelect: self.options.autocompleteSelect,
|
||||
autocompleteSelectHighlight: self.options.autocompleteSelectHighlight,
|
||||
autocompleteSelectMaxWidth: self.options.autocompleteSelectMaxWidth,
|
||||
autocompleteSelectOffset: self.options.autocompleteSelectOffset,
|
||||
autocompleteSelectSubmit: self.options.autocompleteSelectSubmit,
|
||||
autocompleteSelectUpdate: self.options.autocompleteSelectUpdate,
|
||||
blurred: self.editing && i == self.selected ? blur : false,
|
||||
clickLink: self.options.clickLink,
|
||||
editable: self.options.editable && item.editable,
|
||||
|
|
Loading…
Reference in a new issue