radiac / django-tagulous

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

tagulous select2 <-> jquery.dirty #156

Open jedie opened 2 years ago

jedie commented 2 years ago

In my https://github.com/jedie/PyInventory project i used some tagulous fields and would like to warn user about unchanged forms

I tested https://github.com/simon-reynolds/jquery.dirty for this.

Sadly jquery.dirty doesn't handle django-tagulous fields correctly. It raised the unchaned warning for new, but not filled forms and raise no warning on changes :(

Any idea how to fix this?

(Crosspost: https://github.com/simon-reynolds/jquery.dirty/issues/71 )