You provide ItemTemplate for customizing List items inside the autocomplete container, but how would one customize the Selected Value?
For example, I have a Person model with FirstName and LastName properties. How do I show both combined for selected value, instead of providing just one String value to Value parameter.