forked from Ruderverein-Donau-Linz/rowt
allow to search by nickname
This commit is contained in:
@ -364,6 +364,7 @@ function initNewChoice(select: HTMLInputElement) {
|
||||
steering_person.setAttribute("required", "required");
|
||||
}
|
||||
const choice = new Choices(select, {
|
||||
searchFields: ['label', 'customProperties.searchableText'],
|
||||
removeItemButton: true,
|
||||
loadingText: "Wird geladen...",
|
||||
noResultsText: "Keine Ergebnisse gefunden",
|
||||
|
Reference in New Issue
Block a user