From 133ac115a312cd5ba2f3effaadea13c123e19503 Mon Sep 17 00:00:00 2001 From: Patrick Filler Date: Thu, 23 Jun 2011 17:37:50 -0400 Subject: [PATCH] Don't winnow results after shift key press (especially nice for shift + tabbing through a form). --- chosen/chosen.proto.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chosen/chosen.proto.js b/chosen/chosen.proto.js index 989fe8e..b8be350 100644 --- a/chosen/chosen.proto.js +++ b/chosen/chosen.proto.js @@ -603,6 +603,7 @@ Chosen.prototype = { case 13: case 38: case 40: + case 16: break; default: this.results_search();