Topic: Angular Autocomplete: Using nested object as source
ubbasel pro asked 7 years ago
Hi,
is it possible to use a nested object as source with the angular autocomplete?
Example:
person = {
uid: number;
firstName: string;
lastName: string;
email?: string;
fullName: string;
}
people: Person[];
Now I would like to search for <fullName> in the people list. The autocompleter should select <fullName>. The input value should be the uid.
Thanks in advance
Franck
Add comment
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Opened
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags