From 0bbf614ee3c1a4d494db31ac5878487ec1c37108 Mon Sep 17 00:00:00 2001 From: alexweissman Date: Fri, 1 Sep 2017 13:08:08 -0400 Subject: [PATCH] Clarify usage of processResults (#4706) --- docs/_includes/options/data/ajax.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/options/data/ajax.html b/docs/_includes/options/data/ajax.html index fbfb7a8c4a..efc65e3e4f 100644 --- a/docs/_includes/options/data/ajax.html +++ b/docs/_includes/options/data/ajax.html @@ -92,7 +92,7 @@

- You can use the ajax.processResults option to modify the data returned from the server before passing it to Select2. + You can use the ajax.processResults option to modify the data returned from the server before passing it to Select2. The data structure returned by processResults should match the format as specified above.

{% highlight js linenos %}