ng2-ui / auto-complete

Angular Auto Complete component and directive
https://ng2-ui.github.io/dist/#/auto-complete
MIT License
279 stars 123 forks source link

bug(output): using another form-control makes auto-complete fail (solution) #289

Closed AmitMY closed 6 years ago

AmitMY commented 6 years ago

Current behavior

Expected/desired behavior

Other information

AmitMY commented 6 years ago

Usage

<ion-input auto-complete [source]="addressSource" [list-formatter]="locationToString"
                       (valueChanged)="setLocation($event)"
                       [placeholder]="'pages.location.placeholder' | translate"></ion-input>
almothafar commented 6 years ago

Since it is working fine in native, I can't see why you think it is a "bug", it should be something from your side to wrap this native input with your own code to handle ionic, I think this is out of this project scope.