2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-12-23 03:18:55 +00:00

Adding suggestions data variable to beforeRenderer callback, fixes #489

This commit is contained in:
Tomas Kirda 2016-06-14 16:16:07 -05:00
parent 114cb482eb
commit 3f53453499

View File

@ -689,7 +689,7 @@
container.html(html);
if ($.isFunction(beforeRender)) {
beforeRender.call(that.element, container);
beforeRender.call(that.element, container, that.suggestions);
}
that.fixPosition();