Support

Account

Home Forums Backend Issues (wp-admin) Manipulating Select2 fields Reply To: Manipulating Select2 fields

  • UPDATE: apparently the actual selector is a sibling of the <select> tag.
    $expirationSelect2.siblings('input').select2("open"); appears to work.