mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2025-01-24 15:48:24 +00:00
Merge pull request #489 from Rickycezar/master
Adding suggestions data variable to beforeRenderer callback.
This commit is contained in:
commit
3433e82b6a
2
dist/jquery.autocomplete.js
vendored
2
dist/jquery.autocomplete.js
vendored
@ -681,7 +681,7 @@
|
||||
container.html(html);
|
||||
|
||||
if ($.isFunction(beforeRender)) {
|
||||
beforeRender.call(that.element, container);
|
||||
beforeRender.call(that.element, container, that.sugestions);
|
||||
}
|
||||
|
||||
that.fixPosition();
|
||||
|
Loading…
x
Reference in New Issue
Block a user