my page variable is defined as a list of objects with 2 properties. One property is a boolean and the other an object with a couple of text fields.
To edit I have an Input field and repeat that with my page variable list. The value of the input field is set to Property of data item in repeat, and here to one of the text fields.
If the text field is in the (sub) object it cannot be edited! Is that a bug or should it work that way?
If I pull up the text field to the top list of objects, it works.
There’s a bug related to repeats that editing doesn’t work in certain types of structures, especially in case of nested properties. However, list of Objects should work, at least with inputs inside containers (container repeated with direct binding). Object with list of objects doesn’t right now, but it should be fixed in 2.6.X.
Can you send some screenshots of your Composer setup so I can have a more precise idea of what’s going on?