Fix StringTagField initialisation (fixes #148)

This commit is contained in:
Loz Calver 2021-06-18 12:01:30 +01:00
parent a677c63694
commit 325de9e94d
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class StringTagField extends DropdownField
public function Field($properties = [])
{
$this->addExtraClass('ss-tag-field');
$this->addExtraClass('entwine');
return $this
->customise($properties)