react-maskedinput
react-maskedinput copied to clipboard
Use with sensitive data
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