forked from 0x2620/oxjs
allow limit for autocomplete menu length
This commit is contained in:
parent
28138cc446
commit
3087690d89
2 changed files with 26 additions and 18 deletions
|
|
@ -462,6 +462,7 @@ Ox.VideoEditor = function(options, self) {
|
|||
autocomplete: self.words,
|
||||
autocompleteSelect: true,
|
||||
autocompleteSelectHighlight: true,
|
||||
autocompleteSelectMax: 10,
|
||||
autocompleteSelectSubmit: true,
|
||||
changeOnKeypress: true,
|
||||
placeholder: 'Find...',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue