SumeetHindinkeri

Results 3 comments of SumeetHindinkeri

Hello, I made following changes in module that is in "ionic2-auto-complete/index.js" for this issue (click)=\"select(suggestion);$event.stopPropagation();\">\n It worked fine with regular build.Though when I use prod build for my app this...

@rodrigograca31 @miqmago I am working on ionic 4 project.I used this plugin and also followed the steps mentioned in readme.I also used comment mentioned above by @miqmago but nothing worked...

@jrquick17 The code that I posted above was actually my provider code with getResults function like below: export class MapService implements AutoCompleteService { public getResults(addressQuery) { let addresses = [];...