react-input-mask
react-input-mask copied to clipboard
Disable Mask
I am designing a common component, so, I want to disable masking for few cases how to achieve that?
e.g, if I am not passing any mask it should allow me to type any value.
Not ideal but could do maskedChar=""
same my problem