fix: data not passed in select2-loaded event
This commit is contained in:
parent
24c8a19a40
commit
c57dd1f0ff
@ -1617,7 +1617,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
||||
|
||||
postRender();
|
||||
|
||||
this.opts.element.trigger({ type: "select2-loaded", data:data });
|
||||
this.opts.element.trigger({ type: "select2-loaded", items: data });
|
||||
})});
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user