I have a set of dropdowns that a user selects, country, state and country working via the backendless db but that utilises a number of api calls and seems overkill for data that would not change and require the app to have data connection to function.
I am trying to move that function over to use local storage instead but I’m not sure how I populate the ‘country-selection’ dropdown from the local storage data.
I have the same code logic but it only seems to show ‘Option 1’, ‘Option 2’ and 'Option 3 in my down down, so I must have something set wrong elsewhere.
I’ll have a dig around and get back if i find the cause.