diff --git a/frontend/main.ts b/frontend/main.ts index 62fa9ba..fc4a377 100644 --- a/frontend/main.ts +++ b/frontend/main.ts @@ -413,6 +413,7 @@ function initNewChoice(select: HTMLInputElement) { steering_person.setAttribute("required", "required"); } const choice = new Choices(select, { + searchResultLimit: 100, searchFields: ["label", "value", "customProperties.searchableText"], removeItemButton: true, loadingText: "Wird geladen...", diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..0612fe0 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "rowt", + "lockfileVersion": 3, + "requires": true, + "packages": {} +}