angular-material-extensions / google-maps-autocomplete

Autocomplete input component and directive for google-maps built with angular and material design |
https://angular-material-extensions.github.io/google-maps-autocomplete
MIT License
169 stars 60 forks source link

directive: use host listener for value changes #318

Closed seanlawrenz closed 2 years ago

seanlawrenz commented 3 years ago

Per this issue and also this issue as well.

After 4.0.0 this project started using NG_VALUE_ACCESSOR to emit events on the input. This causes it to only emit on places update. I think there is a lot of value in emit changes on the input as many use this as both a search and an answer.

Meaning this will allow users to type in the first part of an address without selecting a place.

AnthonyNahas commented 2 years ago

I am not sure if this is correct... in the moment I will close this PR

If you can test it one more time with the latest version, I will appreciate that!

thank you