Support

Account

Home Forums Feature Requests Read-Only Field Reply To: Read-Only Field

  • This works for disabling Select-2, add a wrapper id or class to the field, then you can isolate via jquery.

    jQuery("#pi_contact .select2-input").prop('disabled', true);
    jQuery("#pi_contact .select2-results").remove();