I am using a multiselect dropdown component to add one collection in my database to be associated with another (ie. what files belong in which folders). This relationship allows an item from either collection to have multiple items of the other collection.
The select and deselect functions work well; the items are added/removed from their relationship association when I select (or select and then deselect), but the issue I have is the boxes aren’t showing up as checked when I open the dropdown, even when they should be.
Any thoughts on how to have the intialized selected state of the dropdown options would be much appreciated.