An interactive tags input field with autocompletion
The tags field is perfect for multiple variable options, which should be stored in a single field. It comes with built-in autocompletion for options and an intuitive interface for adding and removing multiple tags.
fields:
tags:
label: Tags
type: tags
The lowercase option will make sure that every entered tag is automatically converted to lowercase.
fields:
tags:
label: Tags
type: tags
lowercase: true
By default tags are separated with a , in fields. You can change that separator though.
fields:
tags:
label: Tags
type: tags
separator: /
The index option gives you full control over displayed suggestions, while the user is typing. By default suggestions will be pulled from the same field of sibling pages.