Skip to main content
Version: 8.1

Taglist

A complex and searchable tag based component providing multi-selection for large datasets.

Form Taglist Symbol

Configurable properties

  • Field label: Label displayed on top of the taglist.
  • Field description: Description provided below the taglist.
  • Key: Binds the field to a form variable, see data binding docs.
  • Options source: Taglists can be configured with an options source defining the individual choices your user can make, see options source docs.
  • Disabled: Disables the taglist, for use during development.

Datatypes

Taglists can be bound to data of the any[] type, although for most practical cases we recommend string[] instead. The Taglist component will correlate the bound data with the values of the different options defined for the component.

The data representation of this taglist:

Checklist Selection Image

Would look like this:

{
"cc_empl": [
"john_doe",
"anna_belle"
]
}