Merge pull request #199 from micschk/patch-1

Adding `$schemaComponent` to make react render correct component
This commit is contained in:
Will Rossiter 2021-12-17 06:45:31 +13:00 committed by GitHub
commit de93200d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ class StringTagField extends DropdownField
*/
protected $isMultiple = true;
/** @skipUpgrade */
protected $schemaComponent = 'TagField';
/**
* @return bool
*/