Hi, I was able to obtain the key or display name from autocomplete list using your example of "email".
The problem is this a. Search should take place on the "display" field (in the name field - row.name) b. Display item in the textbox should be the "display field again (the name field - row.name) c. The value in the "results" div should be the key field (the email field - row.to). While this looks like a trivial problem - I am unable to get this behavior from your example. Can you please help?