We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ea4b8 commit abcd0f7Copy full SHA for abcd0f7
django_select2/forms.py
@@ -221,7 +221,7 @@ class Select2MultipleWidget(Select2Mixin, forms.SelectMultiple):
221
222
class Select2TagWidget(Select2TagMixin, Select2Mixin, forms.SelectMultiple):
223
"""
224
- Select2 drop in widget for for tagging.
+ Select2 drop in widget with tagging support. It allows to dynamically create new options from text input by the user.
225
226
Example for :class:`.django.contrib.postgres.fields.ArrayField`::
227
0 commit comments