Awex
Awex
WWindmill
Created by Awex on 4/9/2025 in #help
Is it possible to set the value of a component in a specific iteration of a List?
I have a List component with multiple iterations/items, and I would like to call setValue on a specific component within an iteration of the List. For example, is it possible to do something like
setValue('b.2', 'some value')
setValue('b.2', 'some value')
where b is the Select component in the 2nd iteration of my List?
1 replies
WWindmill
Created by Awex on 2/19/2025 in #help
Is it possible to use 'setValue' on all of a component in a component list?
I have a List component which has a Select Component. I want to setValue('a') (where a is the id of my Select component) on the Select component within each iteration of the list. Doing setValue('a') will only affect the Select component in the last iteration of the List.
2 replies