keystatic icon indicating copy to clipboard operation
keystatic copied to clipboard

Object layout ignored when entryLayout = `content`

Open ExpensiveKoala opened this issue 3 months ago • 0 comments

Currently, achieving something like this is impossible:

Image (The address object field at the bottom right)

This is because when entryLayout is set to content, the span values are set to ${FIELD_GRID_COLUMNS} due to the container's width. https://github.com/Thinkmill/keystatic/blob/63c767bbb8b9bbc96c30535862bcccfbbc4ea346/packages/keystatic/src/form/fields/object/ui.tsx#L40-L42

When layout is specified, it should prioritize that value vs attempting to be responsive.

ExpensiveKoala avatar Sep 19 '25 22:09 ExpensiveKoala