allow searching for substrings, i.e. do not autocomplete search for vv to first word starting with vv

This commit is contained in:
j 2016-10-10 11:15:16 +02:00
parent 9f5af680ed
commit 67302e1a3e

View file

@ -757,7 +757,7 @@ Ox.VideoAnnotationPanel = function(options, self) {
autocomplete: self.words.map(function(word) {
return word.value;
}),
autocompleteReplace: true,
autocompleteReplace: false,
autocompleteSelect: true,
autocompleteSelectHighlight: true,
autocompleteSelectMax: 10,