diff --git a/model/fieldtypes/Enum.php b/model/fieldtypes/Enum.php index a4367fa91..e788baea9 100644 --- a/model/fieldtypes/Enum.php +++ b/model/fieldtypes/Enum.php @@ -116,7 +116,7 @@ class Enum extends StringField { */ public function scaffoldSearchField($title = null) { $anyText = _t('Enum.ANY', 'Any'); - return $this->formField($title, null, false, '', null, "($anyText)"); + return $this->formField($title, null, true, '', null, "($anyText)"); } /**