This commit is contained in:
Yurii
2026-04-28 19:22:56 +03:00
parent f70af888a4
commit dd8d7ca2bd

View File

@@ -531,7 +531,7 @@ class VarcharFieldView<
}
MultiSelect.init(this.searchMultiSelectInputElement, {
items: (this.params.options || []).map(it => ({value: it, text: it})),
items: (this.params.options || []).map((it: string) => ({value: it, text: it})),
allowCustomOptions: true,
create: (input: any) => {
return {