django-quill-editor
django-quill-editor copied to clipboard
Field not saved on Inlines
It seems like the editor works on inlines, but the value doesn't get saved the first time I try. When trying to save, the page reloads displaying required field errors (my QuillFields are required in this case), and the content is lost. If I fill in the fields once more, and save again it does get saved properly.
Thank you!!
Hey, try using my forked repo (available under https://github.com/michaldyczko/django-quill-editor). I fixed that and use it on my projects. It seems to be working :)
Thank you @michaldyczko! I ended up not using Quill on inlines in the end, but if I do I'll try it and let you know if the fix worked.
@rafaponieman @michaldyczko and @LeeHanYeong There is a PR that I created that aims to solve this issue; https://github.com/LeeHanYeong/django-quill-editor/pull/48
Thanks!
Noticing this behavior too 👀 here to see what happens