Skip to content

Commit

Permalink
Clarify usage of processResults (#4706)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweissman committed Sep 1, 2017
1 parent 60e3925 commit 0bbf614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/options/data/ajax.html
Expand Up @@ -92,7 +92,7 @@ <h3>
</h3>

<p>
You can use the <code>ajax.processResults</code> option to modify the data returned from the server before passing it to Select2.
You can use the <code>ajax.processResults</code> option to modify the data returned from the server before passing it to Select2. The data structure returned by <code>processResults</code> should match the format as specified above.
</p>

{% highlight js linenos %}
Expand Down

0 comments on commit 0bbf614

Please sign in to comment.