Hey everyone! I'm trying to enable drag-and-drop sorting for a relationship field. I've added isSortable: true to my config, but the UI doesn't show any sorting handles.
My field config looks like this:
{
name: 'myField',
type: 'relationship',
relationTo: 'some-collection',
hasMany: true,
admin: {
isSortable: true
}
}
I have multiple items selected in the document, but still no luck. Has anyone faced this? Maybe it's a known issue in the latest version or I'm missing some CSS/layout constraint?