payload
payload copied to clipboard
Collapsible and Row field cannot be localized
Describe the Bug
{
type: 'collapsible',
fields: [
{
name: 'collapsibleFieldText',
type: 'text',
},
],
label: 'Collapsible Field',
localized: true,
},
This is not localized. Happens for both Collapsible and Row fields.
If this is intentional, there should be a typescript error when using the localized property for those fields - similar to unnamed tab fields.
Payload Version
2.6.0
Should not be able to localize collapsible fields, but I believe group fields do work as localized. Right?
Whoops I meant row fields, not groups fields. Corrected it
🚀 This is included in version v3.8.0
This issue has been automatically locked. Please open a new issue if this issue persists with any additional detail.