I'm trying to make what should be a simple change to the way the jquery ui autocomplete operates.
Currently I am providing the source property with objects of the following format:
{label: "Display This", value: "Search This", other: "This is some other random data"}
As my example and title suggest, I would like to display different data in the drop down than what the user types in to search on. How is this possible? I'd rather not use Joe Schmoe's plugin.
Thanks!