Skip to content

Commit 0bbf614

Browse files
committed
Clarify usage of processResults (select2#4706)
1 parent 60e3925 commit 0bbf614

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_includes/options/data/ajax.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h3>
9292
</h3>
9393

9494
<p>
95-
You can use the <code>ajax.processResults</code> option to modify the data returned from the server before passing it to Select2.
95+
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.
9696
</p>
9797

9898
{% highlight js linenos %}

0 commit comments

Comments
 (0)