Okay, wasn’t able to find this answer already posted on. I am running a local storage call to creat a single list item with 2 connected bits of text. For instance user writes Text 1 and the Text 2 An I am trying to get it to appear as a single list items Text 1 Text 2 but what seems to happen is it shows up on the list viewer as T
E
X
T
1
T
E
X
T
2
if you put a text string into a list viewer, this is how it comes out unless you denote some way to ‘listify’ your list of items. usually this is done with a comma.
you might want to try using this block. put your text into this but you’ll need to know what delimiter you used.
What’s a delimiter?
It’s the thing that tells your app, “Hey, here’s another list item”.
The Local Storage with the Call Save is on a separate page. The user will click a save button to return them to the previous page where I am hoping to Call Get the stored Name and Date Input.
I am now just getting a single line null which I do suppose is change
Hi everyone,
I want to show one text item from the list viewer combining two texts or value.
If the delimiter is set to the nextline block. The next line can’t show in the list viewer.
for structure system, i stored user detail in local db then the number become unique id. so when it click the number other information will display in other page. here the block.