1
0
mirror of synced 2024-11-25 14:26:03 +03:00

Clarify use of matcher

This commit is contained in:
alexweissman 2017-09-13 18:58:24 -04:00
parent 356920421a
commit d2655a89ba

View File

@ -42,7 +42,7 @@ $(".js-example-matcher").select2({
});
```
>>>> When a remote data set is used, Select2 expects that the returned results have already been filtered.
>>>> `matcher` only works with **locally supplied data** (e.g., via an [array](/data-sources/arrays)! When a remote data set is used, Select2 expects that the returned results have already been filtered on the server side.
### Matching grouped options