Hello,
I am developing an app where trainers can choose their specialties. I am using a multiselect dropdown with static options that I save as a list of texts. I can currently save my data how I want it to be saved in my database, but when I am testing my app on the preview page, I notice an issue with my display. When I initially load the page, I can choose options like the following, where I can delete the option.
When I refresh the preview, it displays the user’s current data like the following:
Upon reload, I would like it to display as an option (image 1), so that when adjusting specialties, the user doesn’t have to re-select existing selections. Is this because I used static options stored as text instead of an option set? Is there a different way to command the display while keeping the options static and stored as a list of texts?
Thanks in advance!