turn off auto-select-first-item in autocomplete, apparently power users find it annoying? o.o
This commit is contained in:
parent
97a0aa7e4c
commit
926e3ff5c0
@ -16,7 +16,7 @@ $(document).ready(function() {
|
|||||||
useCache: true,
|
useCache: true,
|
||||||
maxCacheLength: 10,
|
maxCacheLength: 10,
|
||||||
matchInside: false,
|
matchInside: false,
|
||||||
selectFirst: true,
|
selectFirst: false,
|
||||||
selectOnly: false,
|
selectOnly: false,
|
||||||
preventDefaultReturn: 1,
|
preventDefaultReturn: 1,
|
||||||
preventDefaultTab: 1,
|
preventDefaultTab: 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user