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.56k stars 1.66k forks source link

add onSearchStartTransformParams callback support #691

Closed nefilim closed 6 years ago

nefilim commented 6 years ago

as described for my use case here: https://github.com/devbridge/jQuery-Autocomplete/issues/690

I don't know a thing about JavaScript so please review carefully :)

tkirda commented 6 years ago

I don't see why you need this additional callback. You can do the same inside onSearchStart.