diff --git a/src/components/map/PlaceContactPopup.vue b/src/components/map/PlaceContactPopup.vue index 7e67b0c15..9d4631491 100644 --- a/src/components/map/PlaceContactPopup.vue +++ b/src/components/map/PlaceContactPopup.vue @@ -19,6 +19,7 @@ ref="userMultiselect" v-model="selectedContact" class="contact-input" + track-by="URI" label="FN" :get-option-key="getContactKey" :aria-label-combobox="t('maps', 'Choose a contact')"