07-30-2019 05:16
07-30-2019 05:16
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.
07-30-2019 13:25
07-30-2019 13:25
Try setItem to something like
JSON.stringify({"selected":[0,2,4]})
07-30-2019 13:25
07-30-2019 13:25
Try setItem to something like
JSON.stringify({"selected":[0,2,4]})