Compare commits
7 Commits
4b2107d0f6
...
6f7077adf4
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f7077adf4 | |||
|
|
55c0647b55 | ||
| 627a515a42 | |||
| b53b8b6f0b | |||
| a14a76399e | |||
| 2907ed5caf | |||
| 539d299c1a |
@@ -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
6
package-lock.json
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "rowt",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {}
|
||||
}
|
||||
Reference in New Issue
Block a user