kadoshms / ionic2-autocomplete

Ionic 2 autocomplete component
MIT License
149 stars 108 forks source link

Setting value no longer works. #174

Open wch94 opened 5 years ago

wch94 commented 5 years ago

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.

jrquick17 commented 4 years ago

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+.