PhoneInput

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

Usage

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

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

Props

check mui-tel-input documentation for more info.

Last updated