Skip to content

Commit

Permalink
Merge pull request #12248 from colemanw/tagsets
Browse files Browse the repository at this point in the history
Auto-open tagest fields
  • Loading branch information
monishdeb authored Jun 4, 2018
2 parents 0d4655e + b6673cb commit 26bd959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Core/Form/Tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public static function buildQuickForm(
'data-entity_table' => $entityTable,
'data-entity_id' => $entityId,
'class' => "crm-$mode-tagset",
'select' => array('minimumInputLength' => 0),
));

if ($entityId) {
Expand Down

0 comments on commit 26bd959

Please sign in to comment.