hello, I have a problem. I want to retrieve names using IDs, but I can't seem to do it.
I have an array of objects of the type [ {id, name}, {id, name} ] and I'm using a select component from the shoelace library, which returns an array of IDs [ “id”, “id” ].
What I want to achieve is that after selecting the items, I can retrieve the names to display them correctly in the component value. I understand that it may not be very complicated, but I just can't figure it out 😿