-
Notifications
You must be signed in to change notification settings - Fork 255
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
Not fully working on Angular 12, list items disappear. #592
Comments
I found a workaround solution, if I make a deep copy of the array I'm using and use that instead of the primary array, it works fine. Example: Both of these arrays start empty, [], and sortedClients is loaded in ngOnInit(), only now I added the code above to the end of the ngOnInit() function and it's no longer disappearing on searching or randomly. This probably isn't the most elegant solution, but it works for now. |
Thanks @cbrusca |
It almost looks like this bug was reintroduced... Edit...
Just doing a deep copy of the bound list back into itself seemed to repopulate it. |
I am facing the same issue. |
I'll try to explain what's happening. If I keep opening and closing the dropdown list, eventually the data just disappears and just says "No Data Available". The data also disappears if I try to search for something that would have results, even if I clear my search, the data is now gone until I refresh the screen.
Any fixes for this?
The text was updated successfully, but these errors were encountered: