allow to search by nickname #347

Merged
philipp merged 2 commits from staging into main 2024-04-07 15:31:08 +02:00
Showing only changes of commit b7e8e1fa37 - Show all commits

View File

@ -364,7 +364,7 @@ function initNewChoice(select: HTMLInputElement) {
steering_person.setAttribute("required", "required");
}
const choice = new Choices(select, {
searchFields: ['label', 'customProperties.searchableText'],
searchFields: ['label', 'value', 'customProperties.searchableText'],
removeItemButton: true,
loadingText: "Wird geladen...",
noResultsText: "Keine Ergebnisse gefunden",