From 926e3ff5c08148b2172ad21f6547aa8343c1917c Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 18 Apr 2015 10:30:51 +0100 Subject: [PATCH] turn off auto-select-first-item in autocomplete, apparently power users find it annoying? o.o --- lib/shimmie.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shimmie.js b/lib/shimmie.js index 79419237..5f18651f 100644 --- a/lib/shimmie.js +++ b/lib/shimmie.js @@ -16,7 +16,7 @@ $(document).ready(function() { useCache: true, maxCacheLength: 10, matchInside: false, - selectFirst: true, + selectFirst: false, selectOnly: false, preventDefaultReturn: 1, preventDefaultTab: 1,