Hi
Is there a way to bind an autocomplete cell to a complex type?
Say for example you have a person object
{
firstName: “Dave”,
lastName: “Lister”,
userName: “listerdave”,
}
I would want to search for a list Persons, display the First Name + Last Name in the autocomplete selector, but when actually setting the value on the model, It would set the whole person object
Let me know if you need any further information
Thanks,