We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d014577 commit e5fc98dCopy full SHA for e5fc98d
1 file changed
docs/_includes/examples/tags.html
@@ -3,13 +3,14 @@ <h1 id="tags">Tagging support</h1>
3
4
<p>
5
Select2 can be used to quickly set up fields used for tagging.
6
- <code>multiple</code> have to be enabled on the field for tags support.
7
</p>
8
9
10
Note that when tagging is enabled the user can select from pre-existing
11
options or create a new tag by picking the first choice, which is what
12
the user has typed into the search box so far.
+ To enable a multiple tags select, don't forget the <code>multiple</code>
13
+ attribute.
14
15
16
<div class="s2-example">
0 commit comments