Tag input type

Contents

A simple input for adding free-text tags. Tags will be autocompleted based on tags in other items with the same property name.

Usage

<input name="mytag" type="Tag">
  <label>My Tag</label>
  <occurrences minimum="0" maximum="0"/>
</input>

Contents

Contents