v0.18.190 - 19.3 / 0

<For .../>

Reactive version of array.map for reactive lists

# Arguments

nametypedescription
eachsignal/iterable object an iterable or a signal whose value is iterable
restoreFocusbooleanwhen moving items on a list that contains inputs may cause focus lost
fallbackanywhen list is empty a fallback could be displayed
reactiveIndexbooleanif the callback receives a signal for the index

# Simple Test

Use a For to display some values, blink updates

# Heavy Test

Sowwy, but I need to test this thing

# Fallback

For when the list has no items, a fallback could be displayed