mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-29 07:26:05 +00:00
TS type
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user