radiac / django-tagulous

Fabulous Tagging for Django
http://radiac.net/projects/django-tagulous/
Other
332 stars 65 forks source link

SingleTagField js parsing seems buggy for tags with spaces #176

Open radiac opened 1 year ago

radiac commented 1 year ago

Spaces in SingleTagField shouldn't break the tag.

Quotes also seem problematic - type in "foo bar" and you get foo bar in the js, but when it's posted back to the server it'll be sent as "foo bar" - so, knowing it's a single tag, the server correctly saves the quotes too.

Frontend should probably just disable all parsing on SingleTagField