From 736fb4c2346f509054d38365faee8f1e9dfb0389 Mon Sep 17 00:00:00 2001 From: Jitendra Purohit Date: Wed, 8 May 2019 10:10:18 +0530 Subject: [PATCH] Add select2 to input field of datepicker --- CRM/Core/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/Form.php b/CRM/Core/Form.php index b396667fe7..8d0c6b20d6 100644 --- a/CRM/Core/Form.php +++ b/CRM/Core/Form.php @@ -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]; -- 2.25.1