Custom reference field renderer

You can add all of the values to the source like this:
{
label: “”,
value: “”
}

You can also add custom fields on here if you need more information:
{
label: “The human readable version”,
value: “12346”,
parentId: “12345”,
favoriteColor: “literally anything”,
sourceObj: {
name: “The human readable version”
id: “12346”,
parentid: “12345”,
fav_color: “literally anything”
}
}