insin / react-maskedinput

Masked <input/> React component
http://insin.github.io/react-maskedinput/
MIT License
730 stars 197 forks source link

Use with sensitive data #100

Open tgoldenberg opened 7 years ago

tgoldenberg commented 7 years ago

How would you recommend using this with sensitive data, such as a social security number?

My impression is that it would be best to hide the actual number, if possible. Adding type="password" doesn't make a good situation.

Is there a way to format the value as it is displayed? i.e. hide the last four numbers with * instead?

greghawk commented 7 years ago

I have same question