Don't winnow results after shift key press (especially nice for shift + tabbing through a form).

abstract-chosen
Patrick Filler 2011-06-23 17:37:50 -04:00
parent a0193b8f09
commit 133ac115a3
1 changed files with 1 additions and 0 deletions

View File

@ -603,6 +603,7 @@ Chosen.prototype = {
case 13:
case 38:
case 40:
case 16:
break;
default:
this.results_search();