2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

focus on escape in typeahead

This commit is contained in:
fat
2012-12-07 18:37:32 -05:00
parent 10e72e158d
commit 437654030a
5 changed files with 9 additions and 6 deletions
+2 -1
View File
@@ -53,9 +53,10 @@
if (!isActive) {
$parent.toggleClass('open')
$this.focus()
}
$this.focus()
return false
}