I have a list view that contains multiple data entry components. I am trying to build an array of those entries but the objects are difficult to define because they dont exist in their own object. How can i fetch the data values from each component nested inside a listview?
I would assume you map them like this let sel = select1.map(x=>x.value) but it doesnt work.
It would help if you could post an example of the data and a screenshot of the components and the names of the components inside the list view...otherwise; it's difficult to provide a possible solution...is the select1 inside of the listview?
The example is the one above. Lets say you had a list component and you put in 3 textinput1 components in there. How can you bring up an array of all textinput1 components values?