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