Drii
October 3, 2024, 3:17am
1
Hi there,
Is there an example that demonstrates two dropdowns synced using Pattern Matching? Taking this page as a reference, I would like to create two cards such that when I change one of the dropdowns within the cards, all other dropdowns also get updated.
Thank you so much!
AIMPED
October 3, 2024, 7:44am
2
Hey @Drii !
I guess you’d want to create the cards dynamically, right? If this was the case, I think you would have to do something like discussed here:
Hello!
I have an indexing-related question for pattern-matching callbacks.
Is there a way to create a sub-index for components?
I have dynamic cards triggered by a button (“Add an Audience Attribute”) which sets the index of the card and all it’s components to n_clicks of this button.
[Screenshot 2023-11-30 at 10.05.38]
This card has a dynamic button (“Search All Questions”) that triggers a dropdown.
[Screenshot 2023-11-30 at 10.06.20]
Currently, due to indexing issues I limit n_clicks …
2 Likes