You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the docs, Collapsible fields should be presentational only. However, when using the editMany/bulkEdit feature of a collections list view fields contained within a Collapsible are being displayed as if they were nested (like how a group field is displayed/labeled) i.e. {collapsible label} > {innerField label}. While this on it's own is not a huge issue on it's own the main issue is when using a function for the label definition in the collapsible's field config.
Link to reproduction
https://github.com/wrobson-lllow/payload/tree/wr-collapsibleField-bulkEdit-label
Describe the Bug
According to the docs, Collapsible fields should be presentational only. However, when using the editMany/bulkEdit feature of a collections list view fields contained within a Collapsible are being displayed as if they were nested (like how a group field is displayed/labeled) i.e.
{collapsible label} > {innerField label}
. While this on it's own is not a huge issue on it's own the main issue is when using a function for the label definition in the collapsible's field config.These two fields are rendered as shown in the screenshot below:
To Reproduce
In the included Reproduction repo:
pnpm dev _community
Payload Version
2.32.0
Adapters and Plugins
No response
The text was updated successfully, but these errors were encountered: