jQuery-Autocomplete icon indicating copy to clipboard operation
jQuery-Autocomplete copied to clipboard

transformResult is mentioned as event in local too

Open andyov17 opened this issue 4 years ago • 0 comments

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

andyov17 avatar Jan 26 '21 18:01 andyov17