ReferenceArrayField
ReferenceArrayField component uses ChipField component to render reference records using recordRepresentation.
Usage
import { ReferenceArrayField } from '@ra-libs/react';
<ReferenceArrayField reference="<reference>" source="<source>" />;
Props
Prop
Required
Type
Default
Description
useLabel
false
boolean
false
whether to use react-admin Labeled component or not.
Last updated