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

FormCollections with RichtextArea not working #142

Closed codematsing closed 2 months ago

codematsing commented 3 months ago

Hi! Reporting another issue: https://github.com/codematsing/django-formset-debug/commit/cf4e7b4d93febfbab31b315d15881b4b61932746

Execution:

Minor introduction of form field with RichtextArea on Gallery Form Collection for demonstration

Expectation:

Actual Results:

Notes:

jrief commented 2 months ago

Well spotted. I was able to reproduce this and fixed it using the monolithic build. I still have to check why it doesn't work in the default build. It seems as if the RichtextArea never fires a connected event. I stay tuned.

jrief commented 2 months ago

@codematsing please try to proceed with the monolithic build until I found a solution for this problem. Feedback is welcomed.

jrief commented 2 months ago

This issue has been fixed in version 1.5. @codematsing Please check out branch https://github.com/jrief/django-formset/tree/releases/1.5 and try if it works form you.