Jaza / django-taggit-autocomplete

Autocomplete for django-taggit
67 stars 35 forks source link

Make separate tag display area below the input box, with a delete link, a la django-ajax-selects #2

Open swiharta opened 13 years ago

swiharta commented 13 years ago

See how this other app keeps your text input box clean, placing selected tags in a separate display area below it, with a small link to delete the tag if desired. It also prevents you from entering tags that aren't already in the database, you have to select one of the autocomplete results for the tag to be applied.

http://code.google.com/p/django-ajax-selects/

Maybe there is a way to borrow or employ some of the existing code from that app?