Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 701 Bytes

phonefield.md

File metadata and controls

19 lines (12 loc) · 701 Bytes

PhoneField

PhoneField component uses mui-tel-input to render phone input with country code and flag img.

Usage

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

<PhoneField source="cellphone" fullWidth validate={[required()]} />;

Props

Prop Required Type Default Description
useLabel false boolean false whether to use react-admin Labeled component or not.

check mui-tel-input documentation for more info.