mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 11:05:32 +02:00
Merge pull request #185 from kinglozzer/148-string-tagfield
Fix StringTagField initialisation (fixes #148)
This commit is contained in:
commit
67985f550b
@ -144,7 +144,7 @@ class StringTagField extends DropdownField
|
||||
|
||||
public function Field($properties = [])
|
||||
{
|
||||
$this->addExtraClass('ss-tag-field');
|
||||
$this->addExtraClass('entwine');
|
||||
|
||||
return $this
|
||||
->customise($properties)
|
||||
|
Loading…
Reference in New Issue
Block a user