Auto-open tagest fields
authorColeman Watts <coleman@civicrm.org>
Fri, 1 Jun 2018 20:55:42 +0000 (16:55 -0400)
committerColeman Watts <coleman@civicrm.org>
Fri, 1 Jun 2018 20:55:42 +0000 (16:55 -0400)
CRM/Core/Form/Tag.php

index 43cbd27e3439c96cefa2d94426c2ef48bb8184d8..3c31ed6281588382f0c2209c1c44072cfe9fe688 100644 (file)
@@ -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) {