mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 11:05:32 +02:00
Merge pull request #187 from kinglozzer/148-part-2
Fix missing CSS class for StringTagField initialisation (closes #148)
This commit is contained in:
commit
511b1365e0
@ -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