forked from 0x2620/oxjs
add find-as-you-type to (static) text list
This commit is contained in:
parent
187adae7e2
commit
05af51f76b
2 changed files with 18 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue