sanniassin / react-input-mask

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

How get the normal value? without the mask #221

Open njacob1001 opened 4 years ago

njacob1001 commented 4 years ago

Is there a way to automatically save the value as a normal without the mask?

spider4216 commented 3 years ago

I changed maskChar=" " to maskChar={null}

And value start's set normally

leandrowilliam commented 1 year ago

Any news on it?