Saturday, February 25, 2017

Django module for a tag input field on a user form, with autocomplete & automatic adding new tags?

I want to have a django form that has a field that allows inputting tags, with autocomplete functionality, and the ability to automatically add new tags. I was using django-tagulous for this, until I discovered that pasting a series of 3 or more comma delimited strings, would cause the browser to hang.


I have looked at the alternatives, but either they are mainly designed to be used by the admin module, or the documentation for implementation is very sparse, without a real hardcoded demo, which is included with the tagulous package. Can anyone help me out? Thanks very much!


Mark London

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f01d0fab-7368-4994-bbc6-be5e830f8262%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment