insin / react-maskedinput

Masked <input/> React component

Home Page:http://insin.github.io/react-maskedinput/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use with sensitive data

tgoldenberg opened this issue · comments

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?

I have same question