Skip to content

Commit

Permalink
Merge pull request #14214 from jitendrapurohit/activity-input
Browse files Browse the repository at this point in the history
Add select2 to input field of datepicker
  • Loading branch information
eileenmcnaughton authored May 10, 2019
2 parents 4aa5578 + 736fb4c commit 5439ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Core/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ public function addDatePickerRange($fieldName, $label, $isDateTime = FALSE, $req
$label,
$options,
$required,
NULL
['class' => 'crm-select2']
);
$attributes = ['format' => 'searchDate'];
$extra = ['time' => $isDateTime];
Expand Down

0 comments on commit 5439ab1

Please sign in to comment.