UPDATE - SOLVED - SEE DISCUSSION FOR SOLUTION
I have a form that includes a multi-select dropdown. This stores the selected items in a db field, delimited by commas, as expected. For example, 'red,green,blue'.
The form use a record loader to also edit the record. This works fine for all other fields, displaying them correctly, and when saved again all changes are saved.
But on an edit the selected items in the drop down are not reselected.
Should a multi-select dropdown reselect all previously selected items, or do I have to do something to make this happen?
I have a form that includes a multi-select dropdown. This stores the selected items in a db field, delimited by commas, as expected. For example, 'red,green,blue'.
The form use a record loader to also edit the record. This works fine for all other fields, displaying them correctly, and when saved again all changes are saved.
But on an edit the selected items in the drop down are not reselected.
Should a multi-select dropdown reselect all previously selected items, or do I have to do something to make this happen?