esbanarango / ember-place-autocomplete

Ember cli addon to provide a component that uses Google Places API to autocomplete place information when people write their address
MIT License
63 stars 62 forks source link

Deprecation on latest Ember #75

Closed engwan closed 5 years ago

engwan commented 6 years ago
DEPRECATION: Please refactor `{{input focus-out="focusOut"}}` to `{{input focus-out=(action "focusOut")}}. ('ember-place-autocomplete/templates/components/place-autocomplete-field.hbs'
dmuneras commented 6 years ago

👌

dmuneras commented 6 years ago

https://github.com/dmuneras/ember-place-autocomplete/pull/77

dmuneras commented 6 years ago

Hey @engwan,

I made that small change and publish a new version 1.0.1. Let me know if the WARNING still appearing after using the new version.

Best regards, Daniel.