07-30-2019 05:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-30-2019 05:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I have a Settings screen with a <Select> component. The Select component has 4 options to choose from. The user can change the selected option from the watch. Using messaging, I can update <Text> components on the Settings screen, but not sure how to set the <Select> options index. How can I set the proper Options index?
Answered! Go to the Best Answer.

Accepted Solutions
07-30-2019 13:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


07-30-2019 13:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Try setItem to something like
JSON.stringify({"selected":[0,2,4]})
Gondwana Software

07-30-2019 13:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


07-30-2019 13:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Try setItem to something like
JSON.stringify({"selected":[0,2,4]})
Gondwana Software

