Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create admin widget, chained select dropdown #2

Open
Keda87 opened this issue Oct 26, 2017 · 1 comment
Open

Create admin widget, chained select dropdown #2

Keda87 opened this issue Oct 26, 2017 · 1 comment

Comments

@Keda87
Copy link
Owner

Keda87 commented Oct 26, 2017

The idea is simple.
We had 4 hierarchy such us below.

| Province
|---- Regency
|-------- District
|------------Village

Let say Regency A selected, then populate All District under Regency A. Including the village.

@yudevan
Copy link
Contributor

yudevan commented Feb 2, 2021

Have been thinking the same thing. I think it will still need to involve the client side with javascript. have looked through some solution and one of them is using form and it foreignkey queryset I think, this is the most logical way. but then it still need the 'hand' of the client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment