You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The standard jquery.autocomplete.js file is around 13KB when minified.
47
47
*`onHide`: `function (container) {}` called before container will be hidden
48
48
49
49
###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.
51
51
*`formatResult`: `function (suggestion, currentValue) {}` custom function to
52
52
format suggestion entry inside suggestions container, optional.
53
53
*`groupBy`: property name of the suggestion `data` object, by which results should be grouped.
0 commit comments