08-17-2021 18:25 - edited 08-17-2021 21:18
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-17-2021 18:25 - edited 08-17-2021 21:18
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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"}

08-17-2021 18:30
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


08-17-2021 18:30
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Paste some SIMPLE code (ie, not a large slab) that shows what you're trying to do.
Gondwana Software

08-17-2021 21:18
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-17-2021 21:18
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Was typing in a rush xD, updated the whole post now

