I have a password dialog that uses NSSecureTextField and I want to include a "Show password" checkbox so I can show the password being typed in clear text.
Copying works for the case of going from the secure field to the unsecure field, but going from the unsecure field to the secure field doesn't work: setStringValue: seems to have no effect on the secure field.