diff --git a/select2.js b/select2.js index a65729d6..ca8b974c 100644 --- a/select2.js +++ b/select2.js @@ -1454,6 +1454,8 @@ the specific language governing permissions and limitations under the Apache Lic this.postprocessResults(data, initial); postRender(); + + this.opts.element.trigger({ type: "loaded", data:data }); })}); },