@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
- if (this.data.multiple) {
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalbrain/sefirot",
3
- "version": "4.59.0",
3
+ "version": "4.59.1",
4
4
  "description": "Vue Components for Global Brain Design System.",
5
5
  "keywords": [
6
6
  "components",