-
How to mask AutoField? |
Beta Was this translation helpful? Give feedback.
Answered by
Monteth
Sep 28, 2021
Replies: 1 comment
-
Hello @mingcnjs, it seems like you are looking for overriding AutoField. You can create a custom field using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
radekmie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @mingcnjs, it seems like you are looking for overriding AutoField. You can create a custom field using
react-input-mask
and render it conditionally basing on the field props.