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

New Examples: Three select lists #6

Open
WalterMoar opened this issue Dec 12, 2023 · 0 comments
Open

New Examples: Three select lists #6

WalterMoar opened this issue Dec 12, 2023 · 0 comments

Comments

@WalterMoar
Copy link
Collaborator

We've had a couple of people ask for how to do three select lists, where the JSON in the first populates the other two.

  • Start with a single select.
  • When a value is chosen for select 1, show select 2 and populate it from the first choice
  • When a value is chosen for select 2, show select 3 and populate it from the second choice
  • There should be no errors in the console

Trickier: do another one (same example or separate), but in a datagrid. Use the instance.rowIndex to figure out what the "parent" select is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant