-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeAhead not working inside ngFor #356
Comments
@valorkin can you realease the last fix on typeahead pls, I think that is the solution for my problem. thanks in advance |
@manuelCorredor were you able to get it worked with
I used (keypress) because I search events based on the text entered. adding new row => A sample of my code. |
@anuraagdjain Did you manage to solve this? I have tried all solutions out there to keep the ngModel encapsulated but to no avail. Each row I add is coupled with all other rows by ngModel |
When you press enter to select the highlighted suggestion made by the typeAhead , the array that is being iterated by ngfor is reduced to a length of 1. Would be nice if you can help me please.
ng2 version=1.09
Code :
The text was updated successfully, but these errors were encountered: