Last updated 1 year ago
PhoneInput component uses to render phone input with country code and flag img.
import { PhoneInput } from '@ra-libs/react'; <PhoneInput source="cellphone" fullWidth validate={[required()]} />;
check documentation for more info.