how to add a text field with google places dynamically using ionic 4
问题 I'm tying to use google-place-api autoComplete in my project, but it gives me an error: TypeError: Cannot read property 'getInputElement' of undefined .html <section [formGroupName]="i" *ngFor="let tech of form.controls.stations.controls; let i = index"> <ion-item-group> <ion-item-divider color="light">Station #{{ i + 1 }}</ion-item-divider> <ion-item> <ion-label position="floating">Technology name:</ion-label> <ion-input #autoStation type="text" maxlength="50" formControlName="name"></ion