Replies: 1 comment
-
Solved: Create a component which is the new UI to be generated, and then in the layout part iterate over the reactive |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Maarten,
I have the following situation: I want the values of a select dropdown to depend on a reactive. For instance I have 1 select var
column
where user can choose columns, and I have another select dropdown to show for selection the uniquecolumn_values
based on the column I selected in the pervious select.Any pointers how to achieve this? I can come back with a repro example.
Beta Was this translation helpful? Give feedback.
All reactions