2
0
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:
Rickycezar 2016-06-06 15:05:22 -03:00
parent 615fd80030
commit 41b71971db

View File

@ -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();