Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi @merv

    I spent about 6-7 hrs on trying to figures this out.

    Here is a quick fix

    find wp-plugins\event-tickets\common\vendor\select2\select2.js”
    line 928
    change
    $.each([“id”, “multiple”, “ajax”, “query”, “createSearchChoice”, “initSelection”, “data”,

    to
    $.each([“id”, “multiple”, “query”, “createSearchChoice”, “initSelection”, “data”,

    if your site is using select2.min.js just rename it to something else like select2.min.js78943

    Hope that helps

Viewing 1 replies (of 1 total)