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

Chaining to multiple parents? #82

Open
jinch opened this issue Jul 2, 2020 · 0 comments
Open

Chaining to multiple parents? #82

jinch opened this issue Jul 2, 2020 · 0 comments

Comments

@jinch
Copy link

jinch commented Jul 2, 2020

Hello, I'm trying to get multiple selects to work together but running into some issues. Using your example I understand how to link 2 selects using A+B to show in the last select C. However I'm confused why I can't access the last select by just using the value of the second select ~ like so ~ data-chained="A+B B". What is strange is that you can do this easily with just the first select value ~ like so ~ data-chained="A+B A" *WORKS.

Here is a quick codepen to demonstrate:
https://codepen.io/jinch/pen/vYLpLKZ

Ideally it would be great if all three scenarios to work ~ like so: data-chained="A+B A B". I have allot of options and I dont want to have to repeat each combination of the 1st+2nd if possible.

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