Struggling to implement a filter on an angular material autocomplete form input. The issue arises when attempting to filter values with an array of objects.
After forking the example from the angular material documentation, I made adjustments to handle object filtering. Otherwise, the code remains similar to the original documentation.