Skip to content

Commit

Permalink
fix selection box not closing because focus-out event is not bubbeling
Browse files Browse the repository at this point in the history
  • Loading branch information
ofridagan committed Apr 28, 2016
1 parent 7e6b029 commit 12253de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addon/templates/components/place-autocomplete-field.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
classBinding="inputClass"
tabindex=tabindex
disabled=disabled
focus-out='focusOut'}}
focus-out='focusOut'
bubbles=true}}
{{/if}}

0 comments on commit 12253de

Please sign in to comment.