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

remove places autocomplete containers on willdestroy #92

Closed camnicklaus closed 5 years ago

camnicklaus commented 5 years ago

On the willDestroy hook, this should remove the elements that google leaves in the dom when rendering the auto complete dropdown box.

This would be my first open source contribution, no hard feelings if it's not included :)