Skip to content

Commit e5fc98d

Browse files
authored
Update tags.html
1 parent d014577 commit e5fc98d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/_includes/examples/tags.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ <h1 id="tags">Tagging support</h1>
33

44
<p>
55
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.
76
</p>
87

98
<p>
109
Note that when tagging is enabled the user can select from pre-existing
1110
options or create a new tag by picking the first choice, which is what
1211
the user has typed into the search box so far.
12+
To enable a multiple tags select, don't forget the <code>multiple</code>
13+
attribute.
1314
</p>
1415

1516
<div class="s2-example">

0 commit comments

Comments
 (0)