Tag Field
Free-form tags with autocompletion.
Settings:
- default value
The value is a list. In a template iterate it rather than printing it directly, so an empty list renders nothing instead of an empty separator:
Output:
html
{foreach $tags as $tag}
<span class="tag">{$tag}</span>
{/foreach}