@Navin94 wrote:
I’m not sure it was because of the recent update but I am unable to use the “tappable (click)” function for my autocomplete. However, when I changed it to (touchstart), it apparently works on my phone.
<ion-list [hidden]="autocompleteItems.length == 0"> <ion-item *ngFor="let item of autocompleteItems" tappable (click)="selectSearchResult(item)"> {{ item.description }} </ion-item> </ion-list>
Posts: 1
Participants: 1