From d01457702d1231f749ae512da027f33076e93d7a Mon Sep 17 00:00:00 2001 From: Marc-Antoine Parent Date: Mon, 13 Mar 2017 16:21:29 -0400 Subject: [PATCH] Add multiple selection specification to docs --- docs/_includes/examples/tags.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_includes/examples/tags.html b/docs/_includes/examples/tags.html index 69733a38..d3fd2ee7 100644 --- a/docs/_includes/examples/tags.html +++ b/docs/_includes/examples/tags.html @@ -2,7 +2,8 @@

Tagging support

- Select2 can be used to quickly set up fields used for tagging. + Select2 can be used to quickly set up fields used for tagging. + multiple have to be enabled on the field for tags support.