I am currently working with a Reference input in react admin, but I am facing an issue where it displays the ids of the resource instead of the field I specified (status) and I am unsure why this is happening. Here is a snippet of my code:
const CandidatureFilters = [
<SearchInput source="q" alwaysOn />,
<ReferenceInput source="status" label="Candidature status" reference="candidatures"/>
];
Here is what is currently being displayed: reference input display