Skip to content

Commit

Permalink
fix(mdSelect): Close menu on hitting Enter key
Browse files Browse the repository at this point in the history
call `checkCloseMenu(ev)` with `ev` argument.
ensure references to `ev` are non-null

Fixes angular#4377. Closes angular#4384. Closes angular#4372.
  • Loading branch information
shuding authored and kennethcachia committed Sep 23, 2015
1 parent 16afa16 commit 192ba0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/services/layout/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
display: -moz-flex;
display: -ms-flexbox;
display: flex;
height: inherit;
}

.layout-column {
Expand Down

0 comments on commit 192ba0c

Please sign in to comment.