Concerning the question regarding the use of autocomplete to filter objects based on multiple attributes, I have successfully filtered objects based on their name and type. However, in the value attribute of mat-option, I want to display both the object's name and type attributes together. How can I achieve this?
I attempted [value] ="option.name (option.type)" but encountered errors.