-
Notifications
You must be signed in to change notification settings - Fork 172
Selected() not triggered in Angular 8 #442
Comments
I have the same issue here since updating from [email protected] to [email protected] I'll see if I can isolate/demo the problem in a Stackblitz |
@tdhulster You're right! Version 3.0.2 works fine for me too. |
The same trouble |
Hello it looks like we have the same problem using version 3.0.3 that |
While tracking this down, I looked through the ng2-completer/esm2015/ng2-completer.js file and found that moving the contents of the CompleterCmp class' ngOnInit() method into its ngAfterViewInit() resulted in the selected event firing again (this.completer is apparently still undefined in the ngOnInit() but has been set by the time ngAfterViewInit() is called). |
should be working in |
Is there any known issue with Angular 8?
I have tried this example and it works fine as is but it stops working when updated to Angular 8.
Data binding still works but the selected() event never gets triggered.
The text was updated successfully, but these errors were encountered: