ionic2-autocomplete icon indicating copy to clipboard operation
ionic2-autocomplete copied to clipboard

Ionic 2 autocomplete component

Results 33 ionic2-autocomplete issues
Sort by recently updated
recently updated
newest added

Doing setValue() with a reference to the component doesn't work. Doing someFormGroup.controls.someValue = "anything" doesn't work. Using ngModel and setting it's value also doesn't work.

I have tried installing both `ionic2-auto-complete` and `ionic3-auto-complete` however, neither of them have worked. Here's my package.json: ``` { "private": true, "scripts": { "start": "ionic-app-scripts serve", "clean": "ionic-app-scripts clean", "build":...

setFocus does not work if [useIonInput]="true"

bug

how to pass the data from html as [dataProvider] to AutoComplete to filter with the search data and return the search array

**search.html ** ` - ` **search.module.ts** `@NgModule({ declarations: [ TrainSearchPage, ], imports: [ AutoCompleteModule, IonicPageModule.forChild(TrainSearchPage), ] })` **search.ts** ### Constructor ` constructor(public navCtrl: NavController, public loadingCtrl:LoadingController, public alertCtrl:AlertController, public datepipe:DatePipe,...

It was working fine in Ionic 3. But since i a have upgraded to Ionic 4, I am getting the below error: ERROR Error: Uncaught (in promise): Error: StaticInjectorError(AppModule)[Searchbar ->...

Hello, I've followed your [instruction](https://github.com/kadoshms/ionic2-autocomplete) but i've faced some issues. I'm working on a lazy loading page, so i've imported `AutoCompleteModule` on my `lazypage.module.ts `file. Then i imported `CompleteTestService` on...

Issue 107 fix In ionic tap event propagation is not prevented due to bug in hammer.js. Using click event fixes the issue . And an example of multiple Select in...

i've tried to set initial value of the Autocomplete Component using different methods: *i've tried this.searchbar.setValue() but it throws this error "this.DataProvider is undefined" *set keyword in this manner