Last updated 1 year ago
MaskedTextInput component uses to render the text input with mask pattern
import { MaskedTextInput } from '@ra-libs/react'; <MaskedTextInput source="CPF" mask="000.000.000-00" fullWidth validate={[required()]} />;
mask
true
string
-
the mask pattern.
It accepts react-admin TextInput props