Skip to content

Commit

Permalink
Fix missing CSS class for StringTagField initialisation (closes #148)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinglozzer authored and emteknetnz committed Jul 26, 2021
1 parent 67985f5 commit 88c069c
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('entwine');
$this->addExtraClass('ss-tag-field entwine');

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

0 comments on commit 88c069c

Please sign in to comment.