jQuery-Autocomplete
jQuery-Autocomplete copied to clipboard
transformResult is mentioned as event in local too
transformResult is mentioned in docs as an event called for both local and Ajax.
But it looks like the callback is only called when .done() runs on the Ajax call, therefore doesn't ever get called for local.
Not sure if it's the docs wrong, or a bug in code to call this for local too.
cheers Andy