Tagging Demos

Simple String Tags

(With Custom Tag Label / Sort Enabled)

{{$item}} {{color}}

Selected: {{multipleDemo.colors}}


Simple String Tags

(Predictive Search Model / No Labels)

{{$item}} {{color}}

Selected: {{multipleDemo.colors2}}


Object Tags

{{$item.name}} <{{$item.email}}>
email: {{person.email}} age:

Selected: {{multipleDemo.selectedPeople}}


Object Tags with Tokenization (Space, Forward Slash, Comma)

Note that the SPACE character can't be used literally, use the keyword SPACE {{$item.name}} <{{$item.email}}>
email: {{person.email}} age:

Selected: {{multipleDemo.selectedPeople2}}

Tagging without multiple

{{$select.selected.name}} <{{$select.selected.email}}>
email: {{person.email}} age:

Selected: {{person.selected}}

Tagging without multiple, with simple strings

{{$select.selected}}

Selected: {{singleDemo.color}}