forked from 0x2620/oxjs
textlist improvements (keep selection after sort, make left/right arrows scroll left/right)
This commit is contained in:
parent
32b2da184a
commit
187adae7e2
3 changed files with 64 additions and 17 deletions
|
|
@ -123,7 +123,7 @@ Ox.Form = function(options, self) {
|
|||
} else {
|
||||
Ox.forEach(arguments[0], function(value, key) {
|
||||
var index = getItemIndexById(key);
|
||||
index > -1 && Ox.print(':::::::', key, value)
|
||||
//index > -1 && Ox.print(':::::::', key, value)
|
||||
index > -1 && self.options.items[index].options({value: value});
|
||||
});
|
||||
return that;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue