From: Coleman Watts Date: Fri, 1 Jun 2018 20:55:42 +0000 (-0400) Subject: Auto-open tagest fields X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b6673cbe0d2845d60bf6b0f26cf37dfb215c8400;p=civicrm-core.git Auto-open tagest fields --- diff --git a/CRM/Core/Form/Tag.php b/CRM/Core/Form/Tag.php index 43cbd27e34..3c31ed6281 100644 --- a/CRM/Core/Form/Tag.php +++ b/CRM/Core/Form/Tag.php @@ -85,6 +85,7 @@ class CRM_Core_Form_Tag { 'data-entity_table' => $entityTable, 'data-entity_id' => $entityId, 'class' => "crm-$mode-tagset", + 'select' => array('minimumInputLength' => 0), )); if ($entityId) {