Skip to content

Commit

Permalink
Merge pull request #17 from ofridagan/fix_focus_bubbling
Browse files Browse the repository at this point in the history
fix selection box not closing because focus-out event is not bubbeling
  • Loading branch information
dmuneras committed Apr 28, 2016
2 parents 7e6b029 + 12253de commit 7cbc9f3
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 7cbc9f3

Please sign in to comment.