mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-10 15:44:51 +02:00
don't lookup typeahead when shift alt or ctrl are pushed
This commit is contained in:
3
js/bootstrap-typeahead.js
vendored
3
js/bootstrap-typeahead.js
vendored
@@ -230,6 +230,9 @@
|
||||
switch(e.keyCode) {
|
||||
case 40: // down arrow
|
||||
case 38: // up arrow
|
||||
case 16: // shift
|
||||
case 17: // ctrl
|
||||
case 18: // alt
|
||||
break
|
||||
|
||||
case 9: // tab
|
||||
|
Reference in New Issue
Block a user