devbridge / jQuery-Autocomplete

Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields
https://www.devbridge.com/sourcery/components/jquery-autocomplete/
Other
3.57k stars 1.67k forks source link

transformResult is mentioned as event in local too #817

Open andyov17 opened 3 years ago

andyov17 commented 3 years ago

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