Array change detection not working #13
hurry-harry
started this conversation in
Ideas
Replies: 1 comment
-
Changing the filter logic handling here in this Will need to add handling for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So this array of tracks gets filtered and the resulting array gets displayed as the autocomplete dropdown options.
Problem is that the changes in the array does not get detected in the view until you basically close and reopen the dropdown by unfocusing and refocusing on the input.
Tried using Signals, detectChanges(), running the filter logic in an NgZone call but so far nothing has worked.
Still currently looking into a workaround.
Beta Was this translation helpful? Give feedback.
All reactions