Closed ScottMGerstl closed 5 years ago
version: 2.6.0 Example:
@sField({ apiName: 'Groups__c', createable: true, updateable: true, required: false, reference: undefined, childRelationship: false, salesforceType: SalesforceFieldType.MULTIPICKLIST, salesforceLabel: 'Groups', externalId: false }) public groups: string;
interesting, Looks like it only correctly generates as an [] when enforcePicklistValues is set in the config.
[]
enforcePicklistValues
Will fix
fixed in v2.6.2
version: 2.6.0 Example: