From: Coleman Watts Date: Tue, 29 May 2018 21:22:29 +0000 (-0400) Subject: Change custom contact ref groups selector to use select2 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7634494203e3039ff3e270b7cf22f646312217f4;p=civicrm-core.git Change custom contact ref groups selector to use select2 --- diff --git a/CRM/Custom/Form/Field.php b/CRM/Custom/Form/Field.php index 8e78331375..ab82214a85 100644 --- a/CRM/Custom/Form/Field.php +++ b/CRM/Custom/Form/Field.php @@ -360,7 +360,7 @@ class CRM_Custom_Form_Field extends CRM_Core_Form { ts('Limit List to Group'), $contactGroups, FALSE, - array('multiple' => 'multiple') + array('multiple' => 'multiple', 'class' => 'crm-select2') ); $this->add('text',