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.
1 Reply
My goal with using
setValue
instead of the List's datasource is because I want to reset the Select component, which doesn't seem to work through the datasource.