We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Oh I see will look into this and excited for this update as well. Thanks so much!
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: