Foreach

A component that loops through a set of values, setting a property for each value before rendering its wrapped elements. The ListEdit component is often more useful if the items are inside a Form.

Parameters

source

The source of objects to be iterated, and array or List of objects.

value

Used to update the current value on each iteration.