1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-26 05:19:15 +02: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

View File

@@ -53,9 +53,10 @@
if (!isActive) {
$parent.toggleClass('open')
$this.focus()
}
$this.focus()
return false
}