Don't winnow results after shift key press (especially nice for shift + tabbing through a form).
This commit is contained in:
parent
a0193b8f09
commit
133ac115a3
|
@ -603,6 +603,7 @@ Chosen.prototype = {
|
|||
case 13:
|
||||
case 38:
|
||||
case 40:
|
||||
case 16:
|
||||
break;
|
||||
default:
|
||||
this.results_search();
|
||||
|
|
Loading…
Reference in a new issue