I'm encountering some challenges with autocomplete in Angular2 Material Design. Here are the issues I'm facing:
1. When I type a character that matches what I'm searching for, it doesn't display in the autocomplete dropdown as shown in the images below:
2. Another problem is that when I select an item from the user list, it shows [object Object]
and I'm not sure why. See the images below:
Please review my code below to see if there's anything I've missed:
Angular Code: new-useraccount-components.ts
// Angular code goes here
AppModule: app.module.ts
// AppModule code goes here
As a beginner exploring this new framework, I would appreciate any guidance on resolving these issues. Thank you and have a great day!