The documentation mentions that hasMany relationship fields can be made sortable using the isSortable admin option:
https://payloadcms.com/docs/fields/relationship#admin-options
This doesn't seem to have any effect for me, am I doing something wrong?
{
type: 'relationship',
label: 'Boxes',
name: 'items',
relationTo: 'iconBoxes',
required: true,
hasMany: true,
admin: {
isSortable: true
}
}
The items cannot be dragged or sorted in any other way that I can figure out (see attached screenshot).