Hello All, I'd like to know if it's possible to ma...
# react
d
Hello All, I'd like to know if it's possible to make this InputItemTextWrapper repeat but increment the value. For instance section23Field6 etc. val InputItemTextWrapper = FC<Props> { Box { TextField { type = InputType.text variant = FormControlVariant.outlined value = esgState.section23Field5 } } } repeat(9) { InputItemTextWrapper() } }