angular2-google-place-autocomplete icon indicating copy to clipboard operation
angular2-google-place-autocomplete copied to clipboard

Cannot navigate away from component using this directive

Open jgrant95 opened this issue 6 years ago • 0 comments

As the title says, on using router.navigate, the new component is sort of loaded, but the current one stays and then appears broken. I've narrowed it down to this, so whether I'm missing something or not, I don't know.

The way I'm using it, is literally just having the html below: <input type="text" (setAddress)="getAddress($event)" googleplace name="search" autofocus="autofocus" placeholder="{{placeholder}}">

Any ideas?? Thanks

jgrant95 avatar May 10 '18 21:05 jgrant95