Search code examples
pythondjangodjango-crispy-forms

How I can do this search in a crispyforms field?


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]

1


Solution

  • SOLUTION:

    I found the correct solution, there is a library called select2, it allows to make these filters that I needed in my field.

    https://django-select2.readthedocs.io/en/latest/