mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2025-04-07 07:51:50 +00:00
Parameters were passed to method 'onSearchStart'
We need to add extra parameter to search criteria
This commit is contained in:
parent
0add15ec72
commit
91df66d4da
@ -401,8 +401,8 @@
|
||||
that.suggestions = response.suggestions;
|
||||
that.suggest();
|
||||
} else if (!that.isBadQuery(q)) {
|
||||
options.onSearchStart.call(that.element, q);
|
||||
options.params[options.paramName] = q;
|
||||
options.onSearchStart.call(that.element, options.params);
|
||||
$.ajax({
|
||||
url: options.serviceUrl,
|
||||
data: options.params,
|
||||
|
Loading…
x
Reference in New Issue
Block a user