1
0
mirror of synced 2024-11-21 20:46:07 +03:00

Clarify usage of processResults (#4706)

This commit is contained in:
alexweissman 2017-09-01 13:08:08 -04:00
parent 60e3925128
commit 0bbf614ee3

View File

@ -92,7 +92,7 @@
</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 %}