forked from 0x2620/oxjs
lists: implement select-as-you-type
This commit is contained in:
parent
c211b55d3b
commit
64a182ae1d
4 changed files with 85 additions and 61 deletions
|
|
@ -21,6 +21,7 @@ Ox.InfoList = function(options, self) {
|
|||
max: -1,
|
||||
min: 0,
|
||||
query: {conditions: [], operator: '&'},
|
||||
selectAsYouType: '',
|
||||
selected: [],
|
||||
size: 192,
|
||||
sort: [],
|
||||
|
|
@ -71,6 +72,7 @@ Ox.InfoList = function(options, self) {
|
|||
orientation: 'vertical',
|
||||
pageLength: 10,
|
||||
query: self.options.query,
|
||||
selectAsYouType: self.options.selectAsYouType,
|
||||
selected: self.options.selected,
|
||||
sort: self.options.sort,
|
||||
type: 'info',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue