mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 09:05:32 +00:00
Adding $schemaComponent
to make react render correct component
Fixes #198
This commit is contained in:
parent
187e66401e
commit
07868abfb5
@ -58,6 +58,9 @@ class StringTagField extends DropdownField
|
||||
*/
|
||||
protected $isMultiple = true;
|
||||
|
||||
/** @skipUpgrade */
|
||||
protected $schemaComponent = 'TagField';
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user