MaskedTextInput
MaskedTextInput component uses react-imask to render the text input with mask pattern
Usage
Props
Prop
Required
Type
Default
Description
mask
true
string
-
the mask pattern.
It accepts react-admin TextInput props
Last updated