How can I do this search in a crispyforms field? I read that it could be done with django-filter but I don't know how to integrate it with Crispy-forms.
[enter image description here]
SOLUTION:
I found the correct solution, there is a library called select2, it allows to make these filters that I needed in my field.