Open JuanPabloMF opened 1 year ago
I forgot to mention also I'm using Django Grappelli 3.0.7
Hey Juan, it's been a while since I touched this package, so I am getting a bit less confident with the code base.
Can you try out the branch ps/frontend-fixes locally? I think this means to fix a number of frontend issues, and possibly this is one of them
Describe the bug
Currently when I add more than one filter (for example to search "Candidates" that know "python" and "Ruby on Rails") only the first filter shows field_choices.
If I change the field option to "or" and then move it back to "tech" then the field will change after a few seconds, and convert from text box to dropdown with the field_choices.
When I add a new filter, the dropdown from every filter except the first will convert to text box (but without losing the value I choose), again going back to only having a dropdown with choices in the first filter.
To Reproduce
Steps to reproduce the behavior:
Expected behavior Normally every filter should have the right form (a dropdown with field_choices instead of a text box)
Details (please complete the following information):