1
0
Fork 0
forked from 0x2620/oxjs

fix a bug where space key wouldn't register while autocomplete menu was open

This commit is contained in:
rolux 2011-05-20 09:14:24 +02:00
commit 6e0bafed88
3 changed files with 42 additions and 27 deletions

View file

@ -460,6 +460,7 @@ Ox.VideoEditor = function(options, self) {
self.$findInput = Ox.Input({
autocomplete: self.words,
autocompleteReplace: true,
autocompleteSelect: true,
autocompleteSelectHighlight: true,
autocompleteSelectMax: 10,