1
0
Fork 0
forked from 0x2620/oxjs

allow limit for autocomplete menu length

This commit is contained in:
rolux 2011-05-20 08:19:55 +02:00
commit 3087690d89
2 changed files with 26 additions and 18 deletions

View file

@ -462,6 +462,7 @@ Ox.VideoEditor = function(options, self) {
autocomplete: self.words,
autocompleteSelect: true,
autocompleteSelectHighlight: true,
autocompleteSelectMax: 10,
autocompleteSelectSubmit: true,
changeOnKeypress: true,
placeholder: 'Find...',