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