From fadeea09855eae2505d098466e0c046d23b0f895 Mon Sep 17 00:00:00 2001 From: Rickycezar Date: Wed, 8 Jun 2016 05:59:15 -0300 Subject: [PATCH] Updating beforeRenderer documentation --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a2ca7de..ce064f7 100644 --- a/readme.md +++ b/readme.md @@ -47,7 +47,7 @@ The standard jquery.autocomplete.js file is around 13KB when minified. * `onHide`: `function (container) {}` called before container will be hidden ###Presentation Settings -* `beforeRender`: `function (container) {}` called before displaying the suggestions. You may manipulate suggestions DOM before it is displayed. +* `beforeRender`: `function (container, suggestions) {}` called before displaying the suggestions. You may manipulate suggestions DOM before it is displayed. * `formatResult`: `function (suggestion, currentValue) {}` custom function to format suggestion entry inside suggestions container, optional. * `groupBy`: property name of the suggestion `data` object, by which results should be grouped.