Maybe I was not clear.
I tried to use a password field only because its content is obfuscated by default.
The content of the field I need to obfuscate is irrelevant: the data is from a database table and its content is populated by the app end user via an SC form.
I’d like to have two options for a sensitive information field:
[LIST=1]
- field content visible <- user can select it and copy it in the clipboard or write it down on paper
- field content "obfuscated" (*****) <- user can select it and copy the real content (not the obfuscated version) in the clipboard
[/LIST]
Option 2 is to be used in case users want to be sure no one near their computer can see the field content when they copy it (as it could happen with Option 1).