Multi-Select Relationship by Image / Visually

I have a model: Exhibition which can have many Models: Artwork

How can I give the same same experience/results as a mulit-select \Forms\Components\Select() BUT with images rather than a text dropdown.

In short I need the user to be able to search for images and select them to assign many artwork images to a single exhibition.

Should I but using select? or maybe a RelationManager is better? Would love some advice please My latest attempt is with a relation-manager but that attempts to create new artwork which I don't want...I need to assign many artworks, visually to a parent exhibition.
Was this page helpful?