mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-25 14:17:45 +00:00
Adding suggestions data variable to beforeRenderer callback.
This commit is contained in:
parent
615fd80030
commit
41b71971db
2
dist/jquery.autocomplete.js
vendored
2
dist/jquery.autocomplete.js
vendored
@ -681,7 +681,7 @@
|
|||||||
container.html(html);
|
container.html(html);
|
||||||
|
|
||||||
if ($.isFunction(beforeRender)) {
|
if ($.isFunction(beforeRender)) {
|
||||||
beforeRender.call(that.element, container);
|
beforeRender.call(that.element, container, that.sugestions);
|
||||||
}
|
}
|
||||||
|
|
||||||
that.fixPosition();
|
that.fixPosition();
|
||||||
|
Loading…
Reference in New Issue
Block a user