diff --git a/src/TagField.php b/src/TagField.php index 409a9d9..88b0b16 100644 --- a/src/TagField.php +++ b/src/TagField.php @@ -71,7 +71,7 @@ class TagField extends DropdownField { $this->setSourceList($source); $this->setTitleField($titleField); - parent::__construct($name, $title, $source, $value); + parent::__construct($name, $title, [], $value); } /**