Can't use original widgets of the Form #1410
Unanswered
damianoporta
asked this question in
Q&A
Replies: 2 comments
-
Hello @carltongibson
I can correectly see the widgets i set in StrategyForm class. However it seems a bug to me, i already set the class on the form attribute inside the Meta class. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The fields on the base class are overridden by those given in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a simple form.
then i am trying to implement it setting the form attribute.
the problem is when i try to set the field_name of an input inside the formset, doing:
django-filter overrides the widget of the input i have in the original form (MyForm).
Is there a wat to configure the field_name without overriding the styles of the form?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions