ionic2-autocomplete
ionic2-autocomplete copied to clipboard
Setting value no longer works.
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.
Checkout ionic4-auto-complete for a comparable and currently maintained version of this project which still maintains the setValue function along with supporting Angular 2+ and Ionic 2+.