fix: data not passed in select2-loaded event
This commit is contained in:
parent
24c8a19a40
commit
c57dd1f0ff
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue