Close recipientlist on tab.
This commit is contained in:
parent
9643e2f214
commit
13b0758c2a
1 changed files with 4 additions and 0 deletions
|
@ -114,6 +114,10 @@ class App.UserOrganizationAutocompletion extends App.Controller
|
||||||
item = ''
|
item = ''
|
||||||
@close()
|
@close()
|
||||||
|
|
||||||
|
# if tab / close recipientList
|
||||||
|
if e.keyCode is 9
|
||||||
|
@close()
|
||||||
|
|
||||||
# ignore arrow keys
|
# ignore arrow keys
|
||||||
if e.keyCode is 37
|
if e.keyCode is 37
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue