Hi all
I need to implement a dynamic dropdown menu field on a
Model that is depended on another of its fields and I saw that there is
smart_selects for that.
I installed it and followed the instructions and declared ChainedForeignKey but the field is finally empty.
The fields gets available values only if I choose show_all=True, but of course show_all=False is the way to go.
Upon
searching further I saw that smart_selects itself is not maintained as
before, a stable branch is referenced (js-unlinting-fixes) but it is not
found anywhere.
And I could not find an alternative to this.
So, if you want to implement dynamic dropdowns, is there another way that you do it? Could you give me a clue?
Thank you