change field that is displayed in relationship field dropdown

default discord avatar
br0nce4 months ago
3
const Tag: CollectionConfig = {
  slug: 'tags',
  fields: [
    {
      name: 'product',
      type: 'relationship',
      relationTo: 'products',
      required: true,
    },
    {
      name: 'date_given_out',
      type: 'date',
      required: true,
    },
  ],
};
export default Tag


With this code, the dropdown will display the Id of my products. I want

product.name

to be displayed instead. I couldn't find in the documentation where to set this.

Star on GitHub

Star

Chat on Discord

Discord

online

Can't find what you're looking for?

Get help straight from the Payload team with an Enterprise License.