add-ergo-role #1143

Merged
philipp merged 81 commits from add-ergo-role into main 2025-10-07 16:53:09 +02:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 6f7077adf4 - Show all commits
+1
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
View File
@@ -0,0 +1,6 @@
{
"name": "rowt",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}