Support

Account

Home Forums Backend Issues (wp-admin) JavaScript events on Select2 elements Reply To: JavaScript events on Select2 elements

  • Hi @andrew-fleming ,

    I have little experience with the select2 plugin but from their documentation, the close event should have the following format

    .on("select2-close", function () {});

    I hope this helps.