sanniassin / react-input-mask

Input masking component for React. Made with attention to UX.
MIT License
2.22k stars 257 forks source link

Disable Mask #170

Open prwinkmr opened 5 years ago

prwinkmr commented 5 years ago

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.

richi1717 commented 5 years ago

Not ideal but could do maskedChar=""

tnanhpt commented 4 years ago

same my problem