1
0
Fork 0
forked from 0x2620/oxjs

add find-as-you-type to (static) text list

This commit is contained in:
rolux 2011-05-24 16:10:08 +02:00
commit 05af51f76b
2 changed files with 18 additions and 1 deletions

View file

@ -1282,6 +1282,7 @@ Ox.List = function(options, self) {
} else if (key == 'selected') {
Ox.print('setOption selected', value)
setSelected(value);
triggerSelectEvent();
} else if (key == 'sort') {
Ox.print('---sort---')
updateSort();