Drag and drop fields of Fields widgets (#17910)

https://github.com/user-attachments/assets/97fad3f3-8654-4216-b58c-b7411119c8ce
This commit is contained in:
Baptiste Devessier
2026-02-13 12:41:25 +01:00
committed by GitHub
parent d08c098065
commit 83b800a077
20 changed files with 543 additions and 113 deletions
@@ -87,7 +87,7 @@ export const RecordGroupMenuItemDraggable = ({
}
accent={isNoValue || showDragGrip ? 'placeholder' : 'default'}
iconButtons={getIconButtons(recordGroup)}
showGrip={isNoValue ? true : showDragGrip}
gripMode={isNoValue || showDragGrip ? 'always' : 'never'}
isDragDisabled={!isDraggable}
/>
);