Forms in ListView shown undefined

I build a listView of forms each contains some Selects and Text fields. However when I review the State of my listView, under data, the forms are shown "undefined" .
I actually have data in the forms and see the forms behave fine until at time of saving they are all empty.

Could anyone help?

Hey @zd1122!

The listview's data property only lists the .value property of each of its components. Since forms have a more complex .data property you'll likely need to access it in a different way. Where are you looking to use your form data?