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

ColorField Support #126

Open codematsing opened 5 months ago

codematsing commented 5 months ago

Hi, was wondering if I could use external form libraries together with this library?

https://pypi.org/project/django-colorfield/ doesn't seem to be supported.

Form is rendering properly however saving the form seems as if it does not clean the values inputted in field widget

jrief commented 5 months ago

django-colorfield depends on jscolor, which a) depends on jQuery and b) hasn't been maintained for 7 years. I thus will not support it.

However, it might be that in the near future I will add a widget to edit colors. If you have any modern JS libraries in mind, please let lew know.

codematsing commented 5 months ago

Oh I see will look into this and excited for this update as well. Thanks so much!