Thank you Everynone,
I think I managed to add each input into a string array. But I am not sure how to add that to a vertical box. I was wondering if I could keep this simple by using a widget switcher, all within the same widget, instead of two separate widgets as I first mentioned above.
Would it be possible to do it all within the same widget using a widget switcher? Let me show you what I mean below.
The user types something (in the first image) and on text committed it switches widgets and the input gets added to the array. And then I would like the accumulated input within the array to get added to the vertical box in the widget I switched to (in the second image). But I’m not really sure how to do that.