We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f52bfe commit a640bdbCopy full SHA for a640bdb
flask_admin/form/fields.py
@@ -193,6 +193,7 @@ def pre_validate(self, form):
193
194
class Select2TagsField(fields.StringField):
195
"""`Select2Tags <http://ivaynberg.github.com/select2/#tags>`_ styled text field.
196
+
197
You must include select2.js, form-x.x.x.js and select2 stylesheet for it to work.
198
"""
199
@@ -214,7 +215,7 @@ def __init__(
214
215
216
:param save_as_list:
217
If `True` then populate ``obj`` using list else string
- :param allow_duplicates
218
+ :param allow_duplicates:
219
If `True` then duplicate tags are allowed in the field.
220
221
self.save_as_list = save_as_list
0 commit comments