Generating input fields for each element in an array in Blazor WASM
I'm trying to generate an input field for each element in an array, and have the input field bind that element to the array, however, no matter how i do it, it either throws an exception or doesn't bind at all.
This is basically what I have right now
Currently, it generates the input fields, but when attempting to change values, it throws an IndexOutOfRangeException
This is basically what I have right now
Currently, it generates the input fields, but when attempting to change values, it throws an IndexOutOfRangeException