-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
Currently, achieving something like this is impossible:
(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.
keystatic/packages/keystatic/src/form/fields/object/ui.tsx
Lines 40 to 42 in 63c767b
| [belowTablet]: { | |
| gridColumn: `span ${FIELD_GRID_COLUMNS}`, | |
| }, |
When layout is specified, it should prioritize that value vs attempting to be responsive.
Metadata
Metadata
Assignees
Labels
No labels