mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-12-23 11:28:53 +00:00
Adding suggestions data variable to beforeRenderer callback, fixes #489
This commit is contained in:
parent
114cb482eb
commit
3f53453499
@ -689,7 +689,7 @@
|
|||||||
container.html(html);
|
container.html(html);
|
||||||
|
|
||||||
if ($.isFunction(beforeRender)) {
|
if ($.isFunction(beforeRender)) {
|
||||||
beforeRender.call(that.element, container);
|
beforeRender.call(that.element, container, that.suggestions);
|
||||||
}
|
}
|
||||||
|
|
||||||
that.fixPosition();
|
that.fixPosition();
|
||||||
|
Loading…
Reference in New Issue
Block a user