Add select2 to input field of datepicker
authorJitendra Purohit <jitendra@fuzion.co.nz>
Wed, 8 May 2019 04:40:18 +0000 (10:10 +0530)
committereileenmcnaugton <emcnaughton@wikimedia.org>
Fri, 10 May 2019 22:08:44 +0000 (10:08 +1200)
CRM/Core/Form.php

index b396667fe7f4306d153fa680da40dc5e47eacf8c..8d0c6b20d6477347c501a1d11c1ea60c65f4f44f 100644 (file)
@@ -1314,7 +1314,7 @@ class CRM_Core_Form extends HTML_QuickForm_Page {
       $label,
       $options,
       $required,
-      NULL
+      ['class' => 'crm-select2']
     );
     $attributes = ['format' => 'searchDate'];
     $extra = ['time' => $isDateTime];