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:
parent
114cb482eb
commit
3f53453499
@ -689,7 +689,7 @@
|
||||
container.html(html);
|
||||
|
||||
if ($.isFunction(beforeRender)) {
|
||||
beforeRender.call(that.element, container);
|
||||
beforeRender.call(that.element, container, that.suggestions);
|
||||
}
|
||||
|
||||
that.fixPosition();
|
||||
|
Loading…
Reference in New Issue
Block a user