Skip to content

Commit fadeea0

Browse files
committed
Updating beforeRenderer documentation
1 parent 3433e82 commit fadeea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The standard jquery.autocomplete.js file is around 13KB when minified.
4747
* `onHide`: `function (container) {}` called before container will be hidden
4848

4949
###Presentation Settings
50-
* `beforeRender`: `function (container) {}` called before displaying the suggestions. You may manipulate suggestions DOM before it is displayed.
50+
* `beforeRender`: `function (container, suggestions) {}` called before displaying the suggestions. You may manipulate suggestions DOM before it is displayed.
5151
* `formatResult`: `function (suggestion, currentValue) {}` custom function to
5252
format suggestion entry inside suggestions container, optional.
5353
* `groupBy`: property name of the suggestion `data` object, by which results should be grouped.

0 commit comments

Comments
 (0)