Skip to content
Snippets Groups Projects
Commit 98f50b90 authored by ale's avatar ale
Browse files

disable autoFill for the autocompletion popup

parent 77d99af7
No related merge requests found
......@@ -20,8 +20,8 @@ djr.init = function () {
// Set autocompletion and search handlers.
$('#queryField').autocomplete({
source: djr.state.backend.autocomplete,
autoFocus: true,
delay: 200,
autoFill: false,
delay: 150,
minLength: 1
});
$('#queryField').focus();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment