Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 495 Bytes

currencyinput.md

File metadata and controls

17 lines (11 loc) · 495 Bytes

CurrencyInput

CurrencyInput component uses react-admin SelectField with a pre-defined currencies list.

Usage

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

<CurrencyInput fullWidth validate={[required()]} />;

Props

Prop Required Type Default Description
source false string currency the field source to retrieve its value.