Do you set PasswordChar to "*" on a TextBox on sensitive data?
Updated by Igor Goldobin 1 year ago. See history
123
If you want to work with sensitive data on textboxes is always good practice to set PasswordChar to "*".

❌ Figure: Bad example - The user doesn't set PasswordChar to "*"

✅ Figure: Good example - The user set PasswordChar to "*"