How to dynamically set defaults for Repeater fields?
Hi, I want to dynamically set the defaults of some Repeater fields, based on a "global" value from a different Form field outside of the Repeater.
For example:
For example:
- "global" Select Field for a color ->
redselected - Repeater has a Select Field
colortoo, that should have the defaultred(but can be changed independently, so not the same field ID)
afterStateUpdated(), but I don't know how to do that for every newly created Item that is not available on pageload.