Form widgets not working with django_filters #1639
XavierLarrea
started this conversation in
General
Replies: 0 comments
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.
-
Hello everybody,
I am working in a project with django 5.0.1 right now. I have realized that widgets from forms do not work in django_filters' field. They appear to be ok but they don't pass the info to django_filters. For example Choicefield that I want it to appear like radion button(with form widget): no info of the selection is passed when using form widgets. I have tried several of them. In several examples I've read and coding choices by AI, it seems that they should work. maybe I am wrong. If you could clarify I would highly appreciate. Thanks
Beta Was this translation helpful? Give feedback.
All reactions