I want to make a form where the values of a particular field depend on a selected value in a previous field. The idea is that both fields must be of multiple selection.
I was working with django-smart-selects , but I had these two drawbacks described here :
Investigating in some issues and on the web, there is someone who has the same problem as me.
And in some community groups, users have said that the django-smart-selects application probably does not support some functionalities and they even recommend doing validations or checking the content of the fields via JS or manually.
I wanted to know if you have had experiences with this concern that I have and if suddenly they resolved it.
They know some third-party application in which the values of a particular field depend on a value selected in a previous field. The idea is that both fields can have multiple selection values.
Any guidance I will be grateful for.