You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently FormField only supports django.forms.ModelForm, and has no variant that works with a plain django.forms.Form
Describe the solution you'd like
Either create a variant, or have the base ColorField be a Form compatible field.
Is your feature request related to a problem? Please describe.
Currently FormField only supports
django.forms.ModelForm
, and has no variant that works with a plaindjango.forms.Form
Describe the solution you'd like
Either create a variant, or have the base
ColorField
be aForm
compatible field.Describe alternatives you've considered
N/A
Additional context
N/A
Upvote & Fund
The text was updated successfully, but these errors were encountered: