Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 526 Bytes

selectfield.md

File metadata and controls

17 lines (11 loc) · 526 Bytes

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.