TextField keystrokes are not appearing when using a data class to hold the value and onValueChange parameters of the TextField
I’m trying to create multiple instances of the same TextField by iterating through them in a list rather than directly creating each instance. The problem is that none of the keystrokes are appearing in the TextField.