Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

TextInput gives JSON, but unable to convert into a string

Using the TextInput Settings Component, whenever the user types it in for example "maple", it'll give {"Name": "maple"} which is in JSON. I used settingsStorage.getItem("IDK").name, but it gives null. How do I fix this.

PS. Also using settingsStorage.setItem to set something removes the JSON, and only gives the value for example, "maple" instead of {"Name": "maple"}

Best Answer
0 Votes
2 REPLIES 2

Paste some SIMPLE code (ie, not a large slab) that shows what you're trying to do.

Peter McLennan
Gondwana Software
Best Answer
0 Votes

Was typing in a rush xD, updated the whole post now

Best Answer
0 Votes