You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: