Hi
I have some v-select dropdown boxes where names must be placed. Now I only have the users ID but howto show the name from the Users collection that match the id instead of the id? (id comes from events and attending ids collection field)
<v-select v-model="e11" :hint="`${datelist.voters.length} kan den dato/tid`" :items="datelist.voters" item-text="name" item-value="name" :label="`${datelist.datenew} ${datelist.datestarttime} ${datelist.dateendtime}`" persistent-hint return-object single-line prepend-icon="person_pin">
