From b6673cbe0d2845d60bf6b0f26cf37dfb215c8400 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 1 Jun 2018 16:55:42 -0400 Subject: [PATCH] Auto-open tagest fields --- CRM/Core/Form/Tag.php | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.25.1