SelectField

SelectField component uses react-admin SelectField with Labeled component.

Usage

import { SelectField } from '@ra-libs/react';

<SelectField source="<source>" choices={[]} useLabel />;

Props

Prop
Required
Type
Default
Description

useLabel

false

boolean

false

whether to use react-admin Labeled component or not.

Last updated