jrief / django-formset

The missing widgets and form manipulation library for Django
https://django-formset.fly.dev/
MIT License
317 stars 30 forks source link

Selectize widget in sortable FormCollection #138

Closed jrief closed 2 months ago

jrief commented 4 months ago

If I use a Selectize widget in a sortable FormCollection and I drag that collection element, the browser show an error.

This presumably is cause by Sortable.js detaching an element without the expected parents.