The Tags component

The Tags component allows you to add a set of separate tags.

In addition to the properties listed below, this component inherits properties and methods from the superclass Component. For example, any Tags component has a label and defaultValue property even though these are not explicitly listed here.

Properties

NameDescriptionDatatypeDefault
delimiterThe delimiter used to separate the tags in the submission data. Only used when storeas is set to string.String","
labelPositionPosition of the label with respect to the tags. Can be 'top', 'bottom', 'right-right', 'left-right', 'left-left' or 'right-left'.String"top"
maxTagsThe maximum number of tags that should be entered.Integer100
storeasThe way tags are stored in the submission data. This can be:
  • 'array': Tags are stored as separate strings
  • 'string': Tags are stored in a single, delimiter-separated string.
String"array"
tableViewWhen true and the component is part of an EditGrid, the component's value is shown (simplified) in the collapsed row of the EditGrid.BooleanFalse