s-yadav / react-number-format

React component to format numbers in an input or as a text.
MIT License
3.87k stars 406 forks source link

Customized masking #413

Open SATHISH357 opened 4 years ago

SATHISH357 commented 4 years ago

Hi Sudhanshu Yadav,

I am using NumberFormat component for credit card masking.

I want to mask the values based on the request like

request format - #### XXXX XXXX XX##

need response while onchange -->2323 XXXX XXXX XX65

But the format only accepts # code

Is there any way to customize the format other than using separate function

Thanks in advance

SATHISH357 commented 4 years ago

Hi Sudhanshu Yadav,

Kindly help us to find out the solution