Merge pull request 'show-daniels' (#1112) from show-daniels into staging
All checks were successful
CI/CD Pipeline / test (push) Successful in 23m33s
CI/CD Pipeline / deploy-staging (push) Successful in 11m40s
CI/CD Pipeline / deploy-main (push) Has been skipped

Reviewed-on: #1112
This commit is contained in:
2025-07-20 12:01:55 +02:00
2 changed files with 7 additions and 0 deletions

View File

@@ -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...",

6
package-lock.json generated Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "rowt",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}