TagField

With a separator

On this field, you can separate tags by spaces, commas, or semicolons, since the separator option used was /[;, ]+/

Without separator

Type some text below. There is no tag separator, so anything can be a tag, including strings with spaces, numbers, etc.

In forms

Submit this form and see the GET parameters in your browser to look at how tags are turned into values


Allowing repeated tags

You can allow repeated tags by setting the option allowRepeated to true.


Maximum tag count

Use the maxTags option to set a maximum number of tags the user can input.

Try to insert more than five tags into the below TagField: