Merge pull request #185 from kinglozzer/148-string-tagfield

Fix StringTagField initialisation (fixes #148)
This commit is contained in:
Daniel Hensby 2021-06-21 15:48:58 +01:00 committed by GitHub
commit 67985f550b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)