diff --git a/docs/_includes/examples/tags.html b/docs/_includes/examples/tags.html index d3fd2ee7..456677d6 100644 --- a/docs/_includes/examples/tags.html +++ b/docs/_includes/examples/tags.html @@ -3,13 +3,14 @@
Select2 can be used to quickly set up fields used for tagging.
- multiple
have to be enabled on the field for tags support.
Note that when tagging is enabled the user can select from pre-existing
options or create a new tag by picking the first choice, which is what
the user has typed into the search box so far.
+ To enable a multiple tags select, don't forget the multiple
+ attribute.