Skip to content

Commit

Permalink
Merge pull request #185 from kinglozzer/148-string-tagfield
Browse files Browse the repository at this point in the history
Fix StringTagField initialisation (fixes #148)
  • Loading branch information
dhensby authored Jun 21, 2021
2 parents a677c63 + 325de9e commit 67985f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StringTagField.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public function setRecord(DataObject $record)

public function Field($properties = [])
{
$this->addExtraClass('ss-tag-field');
$this->addExtraClass('entwine');

return $this
->customise($properties)
Expand Down

0 comments on commit 67985f5

Please sign in to comment.