@globalbrain/sefirot 4.59.0 → 4.59.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -145,9 +145,7 @@ export class SelectField extends Field<SelectFieldData> {
|
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
protected renderDataListItemValueForText(value: any): any {
|
|
148
|
-
|
|
149
|
-
value = Array.isArray(value) ? value : [value]
|
|
150
|
-
}
|
|
148
|
+
value = Array.isArray(value) ? value : [value]
|
|
151
149
|
|
|
152
150
|
return this.optionsForValues(value).map((o) => this.labelForOption(o)).join(', ')
|
|
153
151
|
}
|