This isn't really the place for this question (try asking over in the jQuery
UI forum <http://forum.jquery.com/using-jquery-ui>), but if I recall the API
correctly, you can pass an array of objects to the autocomplete function
which contain a value to search on and a label to display:
var list = [
{value: 'foo', label: 'bar'},
{value: 'baz', label: 'qud'}
];
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-visualization-api/-/d8YPsc-6l-QJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.