Tags

The Tags field will render an input where you can create tags by inputting your tag and hitting enter. The return value will be an array of strings.

Tags Field
{
  name: 'tagsName',
  label: 'Tags Field',
  component: 'tags',
  defaultValue: ['default-tag'],
}

Last updated